Shades of Classic Rose #FCCFE9
Tints of Classic Rose #FCCFE9
RGB
CMYK
RGB Variations
Color information
#FCCFE9 (or 0xFCCFE9) is known color: Classic Rose. HEX triplet: FC, CF and E9. RGB value is (252,207,233). Sum of RGB (Red+Green+Blue) = 252+207+233=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 207 (81.25% from 255 or 29.91% from 692); Blue value is 233 (91.41% from 255 or 33.67% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCFE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCFE9 is #033016. Grayscale: #DFDFDF. Windows color (decimal): -208919 or 15323132. OLE color: 15323132.
HSL color Cylindrical-coordinate representation of color #FCCFE9: hue angle of 325.33º 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 #FCCFE9 is Cyan = 0, Magento = 0.18, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 207 | 233 | - |
| CMYK | 0 | 0.18 | 0.08 | 0.01 |
| HSL | 325.33º | 0.88% | 0.9% | - |
| HSV(B) | 325.33º | 0.18% | 0.99% | - |
| XYZ | 77.17 | 71.2 | 86.77 | - |
| YUV | 223.42 | 133.41 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 207 | 233 | 0 | 0.18 | 0.08 | 0.01 | 325.33 | 0.88 | 0.9 |
| Hex | FC | CF | E9 | 0 | 12 | 8 | 1 | 145 | 58 | 5A |
| Octal | 374 | 317 | 351 | 0 | 22 | 10 | 1 | 505 | 130 | 132 |
| Binary | 11111100 | 11001111 | 11101001 | 0 | 10010 | 1000 | 1 | 101000101 | 1011000 | 1011010 |
Color Harmonies of #FCCFE9
Complementary color
Monochromatic Colors of #FCCFE9
Black with #FCCFE9
Text Example
Text Example
White with #FCCFE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCFE9; }
p { color: rgb(252,207,233); }
H1.HeaderClassName
{
color: #FCCFE9;
}
.AnyTagClassName
{
color: #FCCFE9;
}
</style>
background-color css
<style>
a { background-color: #FCCFE9; }
a { background-color: rgb(252,207,233); }
div.DivClassName
{
background-color: #FCCFE9;
}
.BgClassName
{
background-color: #FCCFE9;
}
</style>
border-color css
<style>
span { border-color: #FCCFE9; }
span { border-color: rgb(252,207,233); }
td.TdClassName
{
border-color: #FCCFE9;
}
.TagClassName
{
border-color: #FCCFE9;
}
</style>