Shades of Classic Rose #FCCBED
Tints of Classic Rose #FCCBED
RGB
CMYK
RGB Variations
Color information
#FCCBED (or 0xFCCBED) is known color: Classic Rose. HEX triplet: FC, CB and ED. RGB value is (252,203,237). Sum of RGB (Red+Green+Blue) = 252+203+237=692 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.42% from 692); Green value is 203 (79.69% from 255 or 29.34% from 692); Blue value is 237 (92.97% from 255 or 34.25% from 692); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBED is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBED is #033412. Grayscale: #DDDDDD. Windows color (decimal): -209939 or 15584252. OLE color: 15584252.
HSL color Cylindrical-coordinate representation of color #FCCBED: hue angle of 318.37º 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 #FCCBED is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 237 | - |
| CMYK | 0 | 0.19 | 0.06 | 0.01 |
| HSL | 318.37º | 0.89% | 0.89% | - |
| HSV(B) | 318.37º | 0.19% | 0.99% | - |
| XYZ | 76.79 | 69.52 | 89.49 | - |
| YUV | 221.53 | 136.73 | 149.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 237 | 0 | 0.19 | 0.06 | 0.01 | 318.37 | 0.89 | 0.89 |
| Hex | FC | CB | ED | 0 | 13 | 6 | 1 | 13E | 59 | 59 |
| Octal | 374 | 313 | 355 | 0 | 23 | 6 | 1 | 476 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11101101 | 0 | 10011 | 110 | 1 | 100111110 | 1011001 | 1011001 |
Color Harmonies of #FCCBED
Complementary color
Monochromatic Colors of #FCCBED
Black with #FCCBED
Text Example
Text Example
White with #FCCBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBED; }
p { color: rgb(252,203,237); }
H1.HeaderClassName
{
color: #FCCBED;
}
.AnyTagClassName
{
color: #FCCBED;
}
</style>
background-color css
<style>
a { background-color: #FCCBED; }
a { background-color: rgb(252,203,237); }
div.DivClassName
{
background-color: #FCCBED;
}
.BgClassName
{
background-color: #FCCBED;
}
</style>
border-color css
<style>
span { border-color: #FCCBED; }
span { border-color: rgb(252,203,237); }
td.TdClassName
{
border-color: #FCCBED;
}
.TagClassName
{
border-color: #FCCBED;
}
</style>