Color spaces of #fccfe6
RGB | 252 | 207 | 230 |
---|---|---|---|
HSL | 0.91 | 0.88 | 0.90 |
HSV | 329° | 18° | 99° |
CMYK | 0.00 | 0.18 | 0.09 0.01 |
XYZ | 76.7406 | 71.0343 | 84.5292 |
Yxy | 71.0343 | 0.3303 | 0.3058 |
Hunter Lab | 84.2818 | 15.0352 | -0.4667 |
CIE-Lab | 87.5017 | 19.4571 | -5.3630 |
#fccfe6 color RGB value is (252,207,230).
#fccfe6 hex color red value is 252, green value is 207 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #fccfe6 hue: 0.91 , saturation: 0.88 and the lightness value of fccfe6 is 0.90.
The process color (four color CMYK) of #fccfe6 color hex is 0.00, 0.18, 0.09, 0.01. Web safe color of #fccfe6 is #ffccff. Color #fccfe6 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001111 | 11100110 |
Octal | 374 | 317 | 346 |
Decimal | 252 | 207 | 230 |
Hex | FC | CF | E6 |
Shades of #fccfe6
Tints of #fccfe6
RGB Percentages of Color #fccfe6
CMYK Percentages of Color #fccfe6
Complementary Color
#fccfe6 | #cffce5 |
#fccfe6 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccfe6 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccfe6 Color CSS Codes
.mybgcolor {background-color:#fccfe6; } .myforecolor {color:#fccfe6; } .mybordercolor {border:3px solid #fccfe6; }
#fccfe6 Text Font Color
<p style="color:#fccfe6">Text here</p>
This sample text font color is #fccfe6
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.
#fccfe6 Background Color
<div style="background-color:#fccfe6">
Div content here</div>
This div background color is #fccfe6
#fccfe6 Border Color
<div style="border:3px solid #fccfe6">
Div here</div>
This div border color is #fccfe6
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,207,230, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccfe6; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccfe6; -webkit-box-shadow: 1px 1px 3px 2px #fccfe6; box-shadow: 1px 1px 3px 2px #fccfe6; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,207,230, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccfe6">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccfe6; -webkit-box-shadow: 1px 1px 3px 2px #fccfe6; box-shadow: 1px 1px 3px 2px #fccfe6;">
Div content here</div>
This div box has shadow with color #fccfe6
Comments
No comments written yet.
Please login to write comment.