Shades of Classic Rose #FCC8DE
Tints of Classic Rose #FCC8DE
RGB
CMYK
RGB Variations
Color information
#FCC8DE (or 0xFCC8DE) is known color: Classic Rose. HEX triplet: FC, C8 and DE. RGB value is (252,200,222). Sum of RGB (Red+Green+Blue) = 252+200+222=674 (89% of max value = 765). Red value is 252 (98.83% from 255 or 37.39% from 674); Green value is 200 (78.52% from 255 or 29.67% from 674); Blue value is 222 (87.11% from 255 or 32.94% from 674); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC8DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC8DE is #033721. Grayscale: #DADADA. Windows color (decimal): -210722 or 14600444. OLE color: 14600444.
HSL color Cylindrical-coordinate representation of color #FCC8DE: hue angle of 334.62º 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 #FCC8DE is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 200 | 222 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.01 |
| HSL | 334.62º | 0.9% | 0.89% | - |
| HSV(B) | 334.62º | 0.21% | 0.99% | - |
| XYZ | 73.98 | 67.28 | 78.19 | - |
| YUV | 218.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 200 | 222 | 0 | 0.21 | 0.12 | 0.01 | 334.62 | 0.9 | 0.89 |
| Hex | FC | C8 | DE | 0 | 15 | C | 1 | 14F | 5A | 59 |
| Octal | 374 | 310 | 336 | 0 | 25 | 14 | 1 | 517 | 132 | 131 |
| Binary | 11111100 | 11001000 | 11011110 | 0 | 10101 | 1100 | 1 | 101001111 | 1011010 | 1011001 |
Color Harmonies of #FCC8DE
Complementary color
Monochromatic Colors of #FCC8DE
Black with #FCC8DE
Text Example
Text Example
White with #FCC8DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC8DE; }
p { color: rgb(252,200,222); }
H1.HeaderClassName
{
color: #FCC8DE;
}
.AnyTagClassName
{
color: #FCC8DE;
}
</style>
background-color css
<style>
a { background-color: #FCC8DE; }
a { background-color: rgb(252,200,222); }
div.DivClassName
{
background-color: #FCC8DE;
}
.BgClassName
{
background-color: #FCC8DE;
}
</style>
border-color css
<style>
span { border-color: #FCC8DE; }
span { border-color: rgb(252,200,222); }
td.TdClassName
{
border-color: #FCC8DE;
}
.TagClassName
{
border-color: #FCC8DE;
}
</style>