Shades of Classic Rose #FCC6E8
Tints of Classic Rose #FCC6E8
RGB
CMYK
RGB Variations
Color information
#FCC6E8 (or 0xFCC6E8) is known color: Classic Rose. HEX triplet: FC, C6 and E8. RGB value is (252,198,232). Sum of RGB (Red+Green+Blue) = 252+198+232=682 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.95% from 682); Green value is 198 (77.73% from 255 or 29.03% from 682); Blue value is 232 (91.02% from 255 or 34.02% from 682); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC6E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC6E8 is #033917. Grayscale: #D9D9D9. Windows color (decimal): -211224 or 15255292. OLE color: 15255292.
HSL color Cylindrical-coordinate representation of color #FCC6E8: hue angle of 322.22º degrees, saturation: 0.9, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC6E8 is Cyan = 0, Magento = 0.21, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 198 | 232 | - |
| CMYK | 0 | 0.21 | 0.08 | 0.01 |
| HSL | 322.22º | 0.9% | 0.88% | - |
| HSV(B) | 322.22º | 0.21% | 0.99% | - |
| XYZ | 74.9 | 66.91 | 85.31 | - |
| YUV | 218.02 | 135.89 | 152.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 198 | 232 | 0 | 0.21 | 0.08 | 0.01 | 322.22 | 0.9 | 0.88 |
| Hex | FC | C6 | E8 | 0 | 15 | 8 | 1 | 142 | 5A | 58 |
| Octal | 374 | 306 | 350 | 0 | 25 | 10 | 1 | 502 | 132 | 130 |
| Binary | 11111100 | 11000110 | 11101000 | 0 | 10101 | 1000 | 1 | 101000010 | 1011010 | 1011000 |
Color Harmonies of #FCC6E8
Complementary color
Monochromatic Colors of #FCC6E8
Black with #FCC6E8
Text Example
Text Example
White with #FCC6E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC6E8; }
p { color: rgb(252,198,232); }
H1.HeaderClassName
{
color: #FCC6E8;
}
.AnyTagClassName
{
color: #FCC6E8;
}
</style>
background-color css
<style>
a { background-color: #FCC6E8; }
a { background-color: rgb(252,198,232); }
div.DivClassName
{
background-color: #FCC6E8;
}
.BgClassName
{
background-color: #FCC6E8;
}
</style>
border-color css
<style>
span { border-color: #FCC6E8; }
span { border-color: rgb(252,198,232); }
td.TdClassName
{
border-color: #FCC6E8;
}
.TagClassName
{
border-color: #FCC6E8;
}
</style>