Shades of Classic Rose #FCCEEC
Tints of Classic Rose #FCCEEC
RGB
CMYK
RGB Variations
Color information
#FCCEEC (or 0xFCCEEC) is known color: Classic Rose. HEX triplet: FC, CE and EC. RGB value is (252,206,236). Sum of RGB (Red+Green+Blue) = 252+206+236=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 206 (80.86% from 255 or 29.68% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEC is #033113. Grayscale: #DFDFDF. Windows color (decimal): -209172 or 15519484. OLE color: 15519484.
HSL color Cylindrical-coordinate representation of color #FCCEEC: hue angle of 320.87º degrees, saturation: 0.88, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #FCCEEC is Cyan = 0, Magento = 0.18, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 206 | 236 | - |
CMYK | 0 | 0.18 | 0.06 | 0.01 |
HSL | 320.87º | 0.88% | 0.9% | - |
HSV(B) | 320.87º | 0.18% | 0.99% | - |
XYZ | 77.36 | 70.89 | 88.96 | - |
YUV | 223.17 | 135.24 | 148.56 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 206 | 236 | 0 | 0.18 | 0.06 | 0.01 | 320.87 | 0.88 | 0.9 |
Hex | FC | CE | EC | 0 | 12 | 6 | 1 | 141 | 58 | 5A |
Octal | 374 | 316 | 354 | 0 | 22 | 6 | 1 | 501 | 130 | 132 |
Binary | 11111100 | 11001110 | 11101100 | 0 | 10010 | 110 | 1 | 101000001 | 1011000 | 1011010 |
Color Harmonies of #FCCEEC
Complementary color
Monochromatic Colors of #FCCEEC
Black with #FCCEEC
Text Example
Text Example
White with #FCCEEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEEC; }
p { color: rgb(252,206,236); }
H1.HeaderClassName
{
color: #FCCEEC;
}
.AnyTagClassName
{
color: #FCCEEC;
}
</style>
background-color css
<style>
a { background-color: #FCCEEC; }
a { background-color: rgb(252,206,236); }
div.DivClassName
{
background-color: #FCCEEC;
}
.BgClassName
{
background-color: #FCCEEC;
}
</style>
border-color css
<style>
span { border-color: #FCCEEC; }
span { border-color: rgb(252,206,236); }
td.TdClassName
{
border-color: #FCCEEC;
}
.TagClassName
{
border-color: #FCCEEC;
}
</style>