Shades of Classic Rose #FCCBE9
Tints of Classic Rose #FCCBE9
RGB
CMYK
RGB Variations
Color information
#FCCBE9 (or 0xFCCBE9) is known color: Classic Rose. HEX triplet: FC, CB and E9. RGB value is (252,203,233). Sum of RGB (Red+Green+Blue) = 252+203+233=688 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.63% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 233 (91.41% from 255 or 33.87% from 688); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBE9 is #033416. Grayscale: #DDDDDD. Windows color (decimal): -209943 or 15322108. OLE color: 15322108.
HSL color Cylindrical-coordinate representation of color #FCCBE9: hue angle of 323.27º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FCCBE9 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 233 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.01 |
| HSL | 323.27º | 0.89% | 0.89% | - |
| HSV(B) | 323.27º | 0.19% | 0.99% | - |
| XYZ | 76.21 | 69.29 | 86.45 | - |
| YUV | 221.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 233 | 0 | 0.19 | 0.08 | 0.01 | 323.27 | 0.89 | 0.89 |
| Hex | FC | CB | E9 | 0 | 13 | 8 | 1 | 143 | 59 | 59 |
| Octal | 374 | 313 | 351 | 0 | 23 | 10 | 1 | 503 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11101001 | 0 | 10011 | 1000 | 1 | 101000011 | 1011001 | 1011001 |
Color Harmonies of #FCCBE9
Complementary color
Monochromatic Colors of #FCCBE9
Black with #FCCBE9
Text Example
Text Example
White with #FCCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBE9; }
p { color: rgb(252,203,233); }
H1.HeaderClassName
{
color: #FCCBE9;
}
.AnyTagClassName
{
color: #FCCBE9;
}
</style>
background-color css
<style>
a { background-color: #FCCBE9; }
a { background-color: rgb(252,203,233); }
div.DivClassName
{
background-color: #FCCBE9;
}
.BgClassName
{
background-color: #FCCBE9;
}
</style>
border-color css
<style>
span { border-color: #FCCBE9; }
span { border-color: rgb(252,203,233); }
td.TdClassName
{
border-color: #FCCBE9;
}
.TagClassName
{
border-color: #FCCBE9;
}
</style>