Shades of Classic Rose #FFCBE8
Tints of Classic Rose #FFCBE8
RGB
CMYK
RGB Variations
Color information
#FFCBE8 (or 0xFFCBE8) is known color: Classic Rose. HEX triplet: FF, CB and E8. RGB value is (255,203,232). Sum of RGB (Red+Green+Blue) = 255+203+232=690 (91% of max value = 765). Red value is 255 (100% from 255 or 36.96% from 690); Green value is 203 (79.69% from 255 or 29.42% from 690); Blue value is 232 (91.02% from 255 or 33.62% from 690); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBE8 is #003417. Grayscale: #DDDDDD. Windows color (decimal): -13336 or 15256575. OLE color: 15256575.
HSL color Cylindrical-coordinate representation of color #FFCBE8: hue angle of 326.54º 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 #FFCBE8 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 232 | - |
| CMYK | 0 | 0.20 | 0.09 | 0 |
| HSL | 326.54º | 1% | 0.9% | - |
| HSV(B) | 326.54º | 0.2% | 1% | - |
| XYZ | 77.16 | 69.8 | 85.75 | - |
| YUV | 221.85 | 133.73 | 151.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 232 | 0 | 0.20 | 0.09 | 0 | 326.54 | 1 | 0.9 |
| Hex | FF | CB | E8 | 0 | 14 | 9 | 0 | 147 | 64 | 5A |
| Octal | 377 | 313 | 350 | 0 | 24 | 11 | 0 | 507 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11101000 | 0 | 10100 | 1001 | 0 | 101000111 | 1100100 | 1011010 |
Color Harmonies of #FFCBE8
Complementary color
Monochromatic Colors of #FFCBE8
Black with #FFCBE8
Text Example
Text Example
White with #FFCBE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE8; }
p { color: rgb(255,203,232); }
H1.HeaderClassName
{
color: #FFCBE8;
}
.AnyTagClassName
{
color: #FFCBE8;
}
</style>
background-color css
<style>
a { background-color: #FFCBE8; }
a { background-color: rgb(255,203,232); }
div.DivClassName
{
background-color: #FFCBE8;
}
.BgClassName
{
background-color: #FFCBE8;
}
</style>
border-color css
<style>
span { border-color: #FFCBE8; }
span { border-color: rgb(255,203,232); }
td.TdClassName
{
border-color: #FFCBE8;
}
.TagClassName
{
border-color: #FFCBE8;
}
</style>