Shades of Classic Rose #FCC0DE
Tints of Classic Rose #FCC0DE
RGB
CMYK
RGB Variations
Color information
#FCC0DE (or 0xFCC0DE) is known color: Classic Rose. HEX triplet: FC, C0 and DE. RGB value is (252,192,222). Sum of RGB (Red+Green+Blue) = 252+192+222=666 (88% of max value = 765). Red value is 252 (98.83% from 255 or 37.84% from 666); Green value is 192 (75.39% from 255 or 28.83% from 666); Blue value is 222 (87.11% from 255 or 33.33% from 666); Max value from RGB is 252 - color contains mainly: red. Hex color #FCC0DE is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FCC0DE is #033F21. Grayscale: #D5D5D5. Windows color (decimal): -212770 or 14598396. OLE color: 14598396.
HSL color Cylindrical-coordinate representation of color #FCC0DE: hue angle of 330º degrees, saturation: 0.91, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FCC0DE is Cyan = 0, Magento = 0.24, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 192 | 222 | - |
| CMYK | 0 | 0.24 | 0.12 | 0.01 |
| HSL | 330º | 0.91% | 0.87% | - |
| HSV(B) | 330º | 0.24% | 0.99% | - |
| XYZ | 72.18 | 63.67 | 77.59 | - |
| YUV | 213.36 | 132.88 | 155.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 192 | 222 | 0 | 0.24 | 0.12 | 0.01 | 330 | 0.91 | 0.87 |
| Hex | FC | C0 | DE | 0 | 18 | C | 1 | 14A | 5B | 57 |
| Octal | 374 | 300 | 336 | 0 | 30 | 14 | 1 | 512 | 133 | 127 |
| Binary | 11111100 | 11000000 | 11011110 | 0 | 11000 | 1100 | 1 | 101001010 | 1011011 | 1010111 |
Color Harmonies of #FCC0DE
Complementary color
Monochromatic Colors of #FCC0DE
Black with #FCC0DE
Text Example
Text Example
White with #FCC0DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCC0DE; }
p { color: rgb(252,192,222); }
H1.HeaderClassName
{
color: #FCC0DE;
}
.AnyTagClassName
{
color: #FCC0DE;
}
</style>
background-color css
<style>
a { background-color: #FCC0DE; }
a { background-color: rgb(252,192,222); }
div.DivClassName
{
background-color: #FCC0DE;
}
.BgClassName
{
background-color: #FCC0DE;
}
</style>
border-color css
<style>
span { border-color: #FCC0DE; }
span { border-color: rgb(252,192,222); }
td.TdClassName
{
border-color: #FCC0DE;
}
.TagClassName
{
border-color: #FCC0DE;
}
</style>