Shades of Classic Rose #FFCBE1
Tints of Classic Rose #FFCBE1
RGB
CMYK
RGB Variations
Color information
#FFCBE1 (or 0xFFCBE1) is known color: Classic Rose. HEX triplet: FF, CB and E1. RGB value is (255,203,225). Sum of RGB (Red+Green+Blue) = 255+203+225=683 (90% of max value = 765). Red value is 255 (100% from 255 or 37.34% from 683); Green value is 203 (79.69% from 255 or 29.72% from 683); Blue value is 225 (88.28% from 255 or 32.94% from 683); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE1 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBE1 is #00341E. Grayscale: #DDDDDD. Windows color (decimal): -13343 or 14797823. OLE color: 14797823.
HSL color Cylindrical-coordinate representation of color #FFCBE1: hue angle of 334.62º 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 #FFCBE1 is Cyan = 0, Magento = 0.20, Yellow = 0.12 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 225 | - |
| CMYK | 0 | 0.20 | 0.12 | 0 |
| HSL | 334.62º | 1% | 0.9% | - |
| HSV(B) | 334.62º | 0.2% | 1% | - |
| XYZ | 76.19 | 69.41 | 80.62 | - |
| YUV | 221.06 | 130.23 | 152.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 225 | 0 | 0.20 | 0.12 | 0 | 334.62 | 1 | 0.9 |
| Hex | FF | CB | E1 | 0 | 14 | C | 0 | 14F | 64 | 5A |
| Octal | 377 | 313 | 341 | 0 | 24 | 14 | 0 | 517 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11100001 | 0 | 10100 | 1100 | 0 | 101001111 | 1100100 | 1011010 |
Color Harmonies of #FFCBE1
Complementary color
Monochromatic Colors of #FFCBE1
Black with #FFCBE1
Text Example
Text Example
White with #FFCBE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE1; }
p { color: rgb(255,203,225); }
H1.HeaderClassName
{
color: #FFCBE1;
}
.AnyTagClassName
{
color: #FFCBE1;
}
</style>
background-color css
<style>
a { background-color: #FFCBE1; }
a { background-color: rgb(255,203,225); }
div.DivClassName
{
background-color: #FFCBE1;
}
.BgClassName
{
background-color: #FFCBE1;
}
</style>
border-color css
<style>
span { border-color: #FFCBE1; }
span { border-color: rgb(255,203,225); }
td.TdClassName
{
border-color: #FFCBE1;
}
.TagClassName
{
border-color: #FFCBE1;
}
</style>