Shades of Classic Rose #FCC8EF
Tints of Classic Rose #FCC8EF
RGB
CMYK
RGB Variations
Color information
#FCC8EF (or 0xFCC8EF) is known color: Classic Rose. HEX triplet: FC, C8 and EF. RGB value is (252,200,239). Sum of RGB (Red+Green+Blue) = 252+200+239=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 200 (78.52% from 255 or 28.94% from 691); Blue value is 239 (93.75% from 255 or 34.59% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8EF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCC8EF is #033710. Grayscale: #DBDBDB. Windows color (decimal): -210705 or 15714556. OLE color: 15714556.
HSL color Cylindrical-coordinate representation of color #FCC8EF: hue angle of 315º degrees, saturation: 0.9, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #FCC8EF is Cyan = 0, Magento = 0.21, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 239 | - |
| CMYK | 0 | 0.21 | 0.05 | 0.01 |
| HSL | 315º | 0.9% | 0.89% | - |
| HSV(B) | 315º | 0.21% | 0.99% | - |
| XYZ | 76.38 | 68.24 | 90.81 | - |
| YUV | 219.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 239 | 0 | 0.21 | 0.05 | 0.01 | 315 | 0.9 | 0.89 |
| Hex | FC | C8 | EF | 0 | 15 | 5 | 1 | 13B | 5A | 59 |
| Octal | 374 | 310 | 357 | 0 | 25 | 5 | 1 | 473 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11101111 | 0 | 10101 | 101 | 1 | 100111011 | 1011010 | 1011001 |
Color Harmonies of #FCC8EF
Complementary color
Monochromatic Colors of #FCC8EF
Black with #FCC8EF
Text Example
Text Example
White with #FCC8EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8EF; }
p { color: rgb(252,200,239); }
H1.HeaderClassName
{
color: #FCC8EF;
}
.AnyTagClassName
{
color: #FCC8EF;
}
</style>
background-color css
<style>
a { background-color: #FCC8EF; }
a { background-color: rgb(252,200,239); }
div.DivClassName
{
background-color: #FCC8EF;
}
.BgClassName
{
background-color: #FCC8EF;
}
</style>
border-color css
<style>
span { border-color: #FCC8EF; }
span { border-color: rgb(252,200,239); }
td.TdClassName
{
border-color: #FCC8EF;
}
.TagClassName
{
border-color: #FCC8EF;
}
</style>