Shades of Classic Rose #FFCBEC
Tints of Classic Rose #FFCBEC
RGB
CMYK
RGB Variations
Color information
#FFCBEC (or 0xFFCBEC) is known color: Classic Rose. HEX triplet: FF, CB and EC. RGB value is (255,203,236). Sum of RGB (Red+Green+Blue) = 255+203+236=694 (91% of max value = 765). Red value is 255 (100% from 255 or 36.74% from 694); Green value is 203 (79.69% from 255 or 29.25% from 694); Blue value is 236 (92.58% from 255 or 34.01% from 694); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBEC is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBEC is #003413. Grayscale: #DEDEDE. Windows color (decimal): -13332 or 15518719. OLE color: 15518719.
HSL color Cylindrical-coordinate representation of color #FFCBEC: hue angle of 321.92º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FFCBEC is Cyan = 0, Magento = 0.20, Yellow = 0.07 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 236 | - |
| CMYK | 0 | 0.20 | 0.07 | 0 |
| HSL | 321.92º | 1% | 0.9% | - |
| HSV(B) | 321.92º | 0.2% | 1% | - |
| XYZ | 77.74 | 70.03 | 88.78 | - |
| YUV | 222.31 | 135.73 | 151.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 236 | 0 | 0.20 | 0.07 | 0 | 321.92 | 1 | 0.9 |
| Hex | FF | CB | EC | 0 | 14 | 7 | 0 | 142 | 64 | 5A |
| Octal | 377 | 313 | 354 | 0 | 24 | 7 | 0 | 502 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11101100 | 0 | 10100 | 111 | 0 | 101000010 | 1100100 | 1011010 |
Color Harmonies of #FFCBEC
Complementary color
Monochromatic Colors of #FFCBEC
Black with #FFCBEC
Text Example
Text Example
White with #FFCBEC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBEC; }
p { color: rgb(255,203,236); }
H1.HeaderClassName
{
color: #FFCBEC;
}
.AnyTagClassName
{
color: #FFCBEC;
}
</style>
background-color css
<style>
a { background-color: #FFCBEC; }
a { background-color: rgb(255,203,236); }
div.DivClassName
{
background-color: #FFCBEC;
}
.BgClassName
{
background-color: #FFCBEC;
}
</style>
border-color css
<style>
span { border-color: #FFCBEC; }
span { border-color: rgb(255,203,236); }
td.TdClassName
{
border-color: #FFCBEC;
}
.TagClassName
{
border-color: #FFCBEC;
}
</style>