Shades of Classic Rose #FCCBEC
Tints of Classic Rose #FCCBEC
RGB
CMYK
RGB Variations
Color information
#FCCBEC (or 0xFCCBEC) is known color: Classic Rose. HEX triplet: FC, CB and EC. RGB value is (252,203,236). Sum of RGB (Red+Green+Blue) = 252+203+236=691 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.47% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 236 (92.58% from 255 or 34.15% from 691); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEC is #033413. Grayscale: #DDDDDD. Windows color (decimal): -209940 or 15518716. OLE color: 15518716.
HSL color Cylindrical-coordinate representation of color #FCCBEC: hue angle of 319.59º 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 #FCCBEC is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 236 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.01 |
| HSL | 319.59º | 0.89% | 0.89% | - |
| HSV(B) | 319.59º | 0.19% | 0.99% | - |
| XYZ | 76.64 | 69.46 | 88.73 | - |
| YUV | 221.41 | 136.23 | 149.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 236 | 0 | 0.19 | 0.06 | 0.01 | 319.59 | 0.89 | 0.89 |
| Hex | FC | CB | EC | 0 | 13 | 6 | 1 | 140 | 59 | 59 |
| Octal | 374 | 313 | 354 | 0 | 23 | 6 | 1 | 500 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11101100 | 0 | 10011 | 110 | 1 | 101000000 | 1011001 | 1011001 |
Color Harmonies of #FCCBEC
Complementary color
Monochromatic Colors of #FCCBEC
Black with #FCCBEC
Text Example
Text Example
White with #FCCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBEC; }
p { color: rgb(252,203,236); }
H1.HeaderClassName
{
color: #FCCBEC;
}
.AnyTagClassName
{
color: #FCCBEC;
}
</style>
background-color css
<style>
a { background-color: #FCCBEC; }
a { background-color: rgb(252,203,236); }
div.DivClassName
{
background-color: #FCCBEC;
}
.BgClassName
{
background-color: #FCCBEC;
}
</style>
border-color css
<style>
span { border-color: #FCCBEC; }
span { border-color: rgb(252,203,236); }
td.TdClassName
{
border-color: #FCCBEC;
}
.TagClassName
{
border-color: #FCCBEC;
}
</style>