Shades of Classic Rose #FFCBE6
Tints of Classic Rose #FFCBE6
RGB
CMYK
RGB Variations
Color information
#FFCBE6 (or 0xFFCBE6) is known color: Classic Rose. HEX triplet: FF, CB and E6. RGB value is (255,203,230). Sum of RGB (Red+Green+Blue) = 255+203+230=688 (91% of max value = 765). Red value is 255 (100% from 255 or 37.06% from 688); Green value is 203 (79.69% from 255 or 29.51% from 688); Blue value is 230 (90.23% from 255 or 33.43% from 688); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FFCBE6 is #003419. Grayscale: #DDDDDD. Windows color (decimal): -13338 or 15125503. OLE color: 15125503.
HSL color Cylindrical-coordinate representation of color #FFCBE6: hue angle of 328.85º 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 #FFCBE6 is Cyan = 0, Magento = 0.20, Yellow = 0.10 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 230 | - |
| CMYK | 0 | 0.20 | 0.10 | 0 |
| HSL | 328.85º | 1% | 0.9% | - |
| HSV(B) | 328.85º | 0.2% | 1% | - |
| XYZ | 76.88 | 69.69 | 84.26 | - |
| YUV | 221.63 | 132.73 | 151.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 230 | 0 | 0.20 | 0.10 | 0 | 328.85 | 1 | 0.9 |
| Hex | FF | CB | E6 | 0 | 14 | A | 0 | 149 | 64 | 5A |
| Octal | 377 | 313 | 346 | 0 | 24 | 12 | 0 | 511 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11100110 | 0 | 10100 | 1010 | 0 | 101001001 | 1100100 | 1011010 |
Color Harmonies of #FFCBE6
Complementary color
Monochromatic Colors of #FFCBE6
Black with #FFCBE6
Text Example
Text Example
White with #FFCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE6; }
p { color: rgb(255,203,230); }
H1.HeaderClassName
{
color: #FFCBE6;
}
.AnyTagClassName
{
color: #FFCBE6;
}
</style>
background-color css
<style>
a { background-color: #FFCBE6; }
a { background-color: rgb(255,203,230); }
div.DivClassName
{
background-color: #FFCBE6;
}
.BgClassName
{
background-color: #FFCBE6;
}
</style>
border-color css
<style>
span { border-color: #FFCBE6; }
span { border-color: rgb(255,203,230); }
td.TdClassName
{
border-color: #FFCBE6;
}
.TagClassName
{
border-color: #FFCBE6;
}
</style>