Shades of Classic Rose #FCCBEF
Tints of Classic Rose #FCCBEF
RGB
CMYK
RGB Variations
Color information
#FCCBEF (or 0xFCCBEF) is known color: Classic Rose. HEX triplet: FC, CB and EF. RGB value is (252,203,239). Sum of RGB (Red+Green+Blue) = 252+203+239=694 (91% of max value = 765). Red value is 252 (98.83% from 255 or 36.31% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 239 (93.75% from 255 or 34.44% from 694); Max value from RGB is 252 - color contains mainly: red. Hex color #FCCBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FCCBEF is #033410. Grayscale: #DDDDDD. Windows color (decimal): -209937 or 15715324. OLE color: 15715324.
HSL color Cylindrical-coordinate representation of color #FCCBEF: hue angle of 315.92º 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 #FCCBEF is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 252 | 203 | 239 | - |
| CMYK | 0 | 0.19 | 0.05 | 0.01 |
| HSL | 315.92º | 0.89% | 0.89% | - |
| HSV(B) | 315.92º | 0.19% | 0.99% | - |
| XYZ | 77.08 | 69.64 | 91.04 | - |
| YUV | 221.76 | 137.73 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 252 | 203 | 239 | 0 | 0.19 | 0.05 | 0.01 | 315.92 | 0.89 | 0.89 |
| Hex | FC | CB | EF | 0 | 13 | 5 | 1 | 13C | 59 | 59 |
| Octal | 374 | 313 | 357 | 0 | 23 | 5 | 1 | 474 | 131 | 131 |
| Binary | 11111100 | 11001011 | 11101111 | 0 | 10011 | 101 | 1 | 100111100 | 1011001 | 1011001 |
Color Harmonies of #FCCBEF
Complementary color
Monochromatic Colors of #FCCBEF
Black with #FCCBEF
Text Example
Text Example
White with #FCCBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FCCBEF; }
p { color: rgb(252,203,239); }
H1.HeaderClassName
{
color: #FCCBEF;
}
.AnyTagClassName
{
color: #FCCBEF;
}
</style>
background-color css
<style>
a { background-color: #FCCBEF; }
a { background-color: rgb(252,203,239); }
div.DivClassName
{
background-color: #FCCBEF;
}
.BgClassName
{
background-color: #FCCBEF;
}
</style>
border-color css
<style>
span { border-color: #FCCBEF; }
span { border-color: rgb(252,203,239); }
td.TdClassName
{
border-color: #FCCBEF;
}
.TagClassName
{
border-color: #FCCBEF;
}
</style>