Shades of Classic Rose #FCCBE8
Tints of Classic Rose #FCCBE8
RGB
CMYK
RGB Variations
Color information
#FCCBE8 (or 0xFCCBE8) is known color: Classic Rose. HEX triplet: FC, CB and E8. RGB value is (252,203,232). Sum of RGB (Red+Green+Blue) = 252+203+232=687 (90% of max value = 765). Red value is 252 (98.83% from 255 or 36.68% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 232 (91.02% from 255 or 33.77% from 687); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBE8 is #033417. Grayscale: #DCDCDC. Windows color (decimal): -209944 or 15256572. OLE color: 15256572.
HSL color Cylindrical-coordinate representation of color #FCCBE8: hue angle of 324.49º 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 #FCCBE8 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 232 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.01 |
| HSL | 324.49º | 0.89% | 0.89% | - |
| HSV(B) | 324.49º | 0.19% | 0.99% | - |
| XYZ | 76.07 | 69.23 | 85.7 | - |
| YUV | 220.96 | 134.23 | 150.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 232 | 0 | 0.19 | 0.08 | 0.01 | 324.49 | 0.89 | 0.89 |
| Hex | FC | CB | E8 | 0 | 13 | 8 | 1 | 144 | 59 | 59 |
| Octal | 374 | 313 | 350 | 0 | 23 | 10 | 1 | 504 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11101000 | 0 | 10011 | 1000 | 1 | 101000100 | 1011001 | 1011001 |
Color Harmonies of #FCCBE8
Complementary color
Monochromatic Colors of #FCCBE8
Black with #FCCBE8
Text Example
Text Example
White with #FCCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBE8; }
p { color: rgb(252,203,232); }
H1.HeaderClassName
{
color: #FCCBE8;
}
.AnyTagClassName
{
color: #FCCBE8;
}
</style>
background-color css
<style>
a { background-color: #FCCBE8; }
a { background-color: rgb(252,203,232); }
div.DivClassName
{
background-color: #FCCBE8;
}
.BgClassName
{
background-color: #FCCBE8;
}
</style>
border-color css
<style>
span { border-color: #FCCBE8; }
span { border-color: rgb(252,203,232); }
td.TdClassName
{
border-color: #FCCBE8;
}
.TagClassName
{
border-color: #FCCBE8;
}
</style>