Shades of Classic Rose #FCCEEB
Tints of Classic Rose #FCCEEB
RGB
CMYK
RGB Variations
Color information
#FCCEEB (or 0xFCCEEB) is known color: Classic Rose. HEX triplet: FC, CE and EB. RGB value is (252,206,235). Sum of RGB (Red+Green+Blue) = 252+206+235=693 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.36% from 693); Green value is 206 (80.86% from 255 or 29.73% from 693); Blue value is 235 (92.19% from 255 or 33.91% from 693); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCEEB is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCEEB is #033114. Grayscale: #DEDEDE. Windows color (decimal): -209173 or 15453948. OLE color: 15453948.
HSL color Cylindrical-coordinate representation of color #FCCEEB: hue angle of 322.17º 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 #FCCEEB is Cyan = 0, Magento = 0.18, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
RGB | 252 | 206 | 235 | - |
CMYK | 0 | 0.18 | 0.07 | 0.01 |
HSL | 322.17º | 0.88% | 0.9% | - |
HSV(B) | 322.17º | 0.18% | 0.99% | - |
XYZ | 77.21 | 70.84 | 88.2 | - |
YUV | 223.06 | 134.74 | 148.64 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 252 | 206 | 235 | 0 | 0.18 | 0.07 | 0.01 | 322.17 | 0.88 | 0.9 |
Hex | FC | CE | EB | 0 | 12 | 7 | 1 | 142 | 58 | 5A |
Octal | 374 | 316 | 353 | 0 | 22 | 7 | 1 | 502 | 130 | 132 |
Binary | 11111100 | 11001110 | 11101011 | 0 | 10010 | 111 | 1 | 101000010 | 1011000 | 1011010 |
Color Harmonies of #FCCEEB
Complementary color
Monochromatic Colors of #FCCEEB
Black with #FCCEEB
Text Example
Text Example
White with #FCCEEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCEEB; }
p { color: rgb(252,206,235); }
H1.HeaderClassName
{
color: #FCCEEB;
}
.AnyTagClassName
{
color: #FCCEEB;
}
</style>
background-color css
<style>
a { background-color: #FCCEEB; }
a { background-color: rgb(252,206,235); }
div.DivClassName
{
background-color: #FCCEEB;
}
.BgClassName
{
background-color: #FCCEEB;
}
</style>
border-color css
<style>
span { border-color: #FCCEEB; }
span { border-color: rgb(252,206,235); }
td.TdClassName
{
border-color: #FCCEEB;
}
.TagClassName
{
border-color: #FCCEEB;
}
</style>