Shades of Classic Rose #FFCBE5
Tints of Classic Rose #FFCBE5
RGB
CMYK
RGB Variations
Color information
#FFCBE5 (or 0xFFCBE5) is known color: Classic Rose. HEX triplet: FF, CB and E5. RGB value is (255,203,229). Sum of RGB (Red+Green+Blue) = 255+203+229=687 (90% of max value = 765). Red value is 255 (100% from 255 or 37.12% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 229 (89.84% from 255 or 33.33% from 687); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBE5 is #00341A. Grayscale: #DDDDDD. Windows color (decimal): -13339 or 15059967. OLE color: 15059967.
HSL color Cylindrical-coordinate representation of color #FFCBE5: hue angle of 330º 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 #FFCBE5 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 229 | - |
| CMYK | 0 | 0.20 | 0.10 | 0 |
| HSL | 330º | 1% | 0.9% | - |
| HSV(B) | 330º | 0.2% | 1% | - |
| XYZ | 76.74 | 69.63 | 83.52 | - |
| YUV | 221.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 229 | 0 | 0.20 | 0.10 | 0 | 330 | 1 | 0.9 |
| Hex | FF | CB | E5 | 0 | 14 | A | 0 | 14A | 64 | 5A |
| Octal | 377 | 313 | 345 | 0 | 24 | 12 | 0 | 512 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11100101 | 0 | 10100 | 1010 | 0 | 101001010 | 1100100 | 1011010 |
Color Harmonies of #FFCBE5
Complementary color
Monochromatic Colors of #FFCBE5
Black with #FFCBE5
Text Example
Text Example
White with #FFCBE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE5; }
p { color: rgb(255,203,229); }
H1.HeaderClassName
{
color: #FFCBE5;
}
.AnyTagClassName
{
color: #FFCBE5;
}
</style>
background-color css
<style>
a { background-color: #FFCBE5; }
a { background-color: rgb(255,203,229); }
div.DivClassName
{
background-color: #FFCBE5;
}
.BgClassName
{
background-color: #FFCBE5;
}
</style>
border-color css
<style>
span { border-color: #FFCBE5; }
span { border-color: rgb(255,203,229); }
td.TdClassName
{
border-color: #FFCBE5;
}
.TagClassName
{
border-color: #FFCBE5;
}
</style>