Shades of Classic Rose #FFCBE9
Tints of Classic Rose #FFCBE9
RGB
CMYK
RGB Variations
Color information
#FFCBE9 (or 0xFFCBE9) is known color: Classic Rose. HEX triplet: FF, CB and E9. RGB value is (255,203,233). Sum of RGB (Red+Green+Blue) = 255+203+233=691 (91% of max value = 765). Red value is 255 (100% from 255 or 36.90% from 691); Green value is 203 (79.69% from 255 or 29.38% from 691); Blue value is 233 (91.41% from 255 or 33.72% from 691); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBE9 is #003416. Grayscale: #DDDDDD. Windows color (decimal): -13335 or 15322111. OLE color: 15322111.
HSL color Cylindrical-coordinate representation of color #FFCBE9: hue angle of 325.38º 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 #FFCBE9 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 233 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 325.38º | 1% | 0.9% | - |
| HSV(B) | 325.38º | 0.2% | 1% | - |
| XYZ | 77.3 | 69.86 | 86.5 | - |
| YUV | 221.97 | 134.23 | 151.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 233 | 0 | 0.20 | 0.09 | 0 | 325.38 | 1 | 0.9 |
| Hex | FF | CB | E9 | 0 | 14 | 9 | 0 | 145 | 64 | 5A |
| Octal | 377 | 313 | 351 | 0 | 24 | 11 | 0 | 505 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11101001 | 0 | 10100 | 1001 | 0 | 101000101 | 1100100 | 1011010 |
Color Harmonies of #FFCBE9
Complementary color
Monochromatic Colors of #FFCBE9
Black with #FFCBE9
Text Example
Text Example
White with #FFCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE9; }
p { color: rgb(255,203,233); }
H1.HeaderClassName
{
color: #FFCBE9;
}
.AnyTagClassName
{
color: #FFCBE9;
}
</style>
background-color css
<style>
a { background-color: #FFCBE9; }
a { background-color: rgb(255,203,233); }
div.DivClassName
{
background-color: #FFCBE9;
}
.BgClassName
{
background-color: #FFCBE9;
}
</style>
border-color css
<style>
span { border-color: #FFCBE9; }
span { border-color: rgb(255,203,233); }
td.TdClassName
{
border-color: #FFCBE9;
}
.TagClassName
{
border-color: #FFCBE9;
}
</style>