Color spaces of #fccbf0
RGB | 252 | 203 | 240 |
---|---|---|---|
HSL | 0.87 | 0.89 | 0.89 |
HSV | 315° | 19° | 99° |
CMYK | 0.00 | 0.19 | 0.05 0.01 |
XYZ | 77.2290 | 69.6986 | 91.8208 |
Yxy | 69.6986 | 0.3235 | 0.2919 |
Hunter Lab | 83.4857 | 19.0227 | -6.7695 |
CIE-Lab | 86.8488 | 23.2567 | -11.6288 |
#fccbf0 color RGB value is (252,203,240).
#fccbf0 hex color red value is 252, green value is 203 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #fccbf0 hue: 0.87 , saturation: 0.89 and the lightness value of fccbf0 is 0.89.
The process color (four color CMYK) of #fccbf0 color hex is 0.00, 0.19, 0.05, 0.01. Web safe color of #fccbf0 is #ffccff. Color #fccbf0 contains mainly RED color.
Base Numbers
Base | Red | Green | Blue |
---|---|---|---|
Binary | 11111100 | 11001011 | 11110000 |
Octal | 374 | 313 | 360 |
Decimal | 252 | 203 | 240 |
Hex | FC | CB | F0 |
Shades of #fccbf0
Tints of #fccbf0
RGB Percentages of Color #fccbf0
CMYK Percentages of Color #fccbf0
Complementary Color
#fccbf0 | #cbfcd7 |
#fccbf0 Color Preview on Black Background
Lorem ipsum dolor sit amet.
#fccbf0 Color Preview on White Background
Lorem ipsum dolor sit amet.
#fccbf0 Color CSS Codes
.mybgcolor {background-color:#fccbf0; } .myforecolor {color:#fccbf0; } .mybordercolor {border:3px solid #fccbf0; }
#fccbf0 Text Font Color
<p style="color:#fccbf0">Text here</p>
This sample text font color is #fccbf0
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.
#fccbf0 Background Color
<div style="background-color:#fccbf0">
Div content here</div>
This div background color is #fccbf0
#fccbf0 Border Color
<div style="border:3px solid #fccbf0">
Div here</div>
This div border color is #fccbf0
Css3 Examples
.textShadowRgb { text-shadow: 4px 4px 2px rgba(252,203,240, 0.8); } .textShadowHex { text-shadow: 4px 4px 2px #fccbf0; } .divShadow { -moz-box-shadow: 1px 1px 3px 2px #fccbf0; -webkit-box-shadow: 1px 1px 3px 2px #fccbf0; box-shadow: 1px 1px 3px 2px #fccbf0; }
Text Shadow with RGB Values
<p style="text-shadow: 4px 4px 2px rgba(252,203,240, 0.8);">Text here</p>
This text has shadow with rgb values.
Text Shadow with Hex Values
<p style="text-shadow: 4px 4px 2px #fccbf0">Text here</p>
This text has shadow with hex values.
Div Box Shadow
<div style="-moz-box-shadow: 1px 1px 3px 2px #fccbf0; -webkit-box-shadow: 1px 1px 3px 2px #fccbf0; box-shadow: 1px 1px 3px 2px #fccbf0;">
Div content here</div>
This div box has shadow with color #fccbf0
Comments
No comments written yet.
Please login to write comment.