Shades of Classic Rose #FFCBE4
Tints of Classic Rose #FFCBE4
RGB
CMYK
RGB Variations
Color information
#FFCBE4 (or 0xFFCBE4) is known color: Classic Rose. HEX triplet: FF, CB and E4. RGB value is (255,203,228). Sum of RGB (Red+Green+Blue) = 255+203+228=686 (90% of max value = 765). Red value is 255 (100% from 255 or 37.17% from 686); Green value is 203 (79.69% from 255 or 29.59% from 686); Blue value is 228 (89.45% from 255 or 33.24% from 686); Max value from RGB is 255 - color contains mainly: red. Hex color #FFCBE4 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FFCBE4 is #00341B. Grayscale: #DDDDDD. Windows color (decimal): -13340 or 14994431. OLE color: 14994431.
HSL color Cylindrical-coordinate representation of color #FFCBE4: hue angle of 331.15º 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 #FFCBE4 is Cyan = 0, Magento = 0.20, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 203 | 228 | - |
| CMYK | 0 | 0.20 | 0.11 | 0 |
| HSL | 331.15º | 1% | 0.9% | - |
| HSV(B) | 331.15º | 0.2% | 1% | - |
| XYZ | 76.6 | 69.57 | 82.79 | - |
| YUV | 221.4 | 131.73 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 203 | 228 | 0 | 0.20 | 0.11 | 0 | 331.15 | 1 | 0.9 |
| Hex | FF | CB | E4 | 0 | 14 | B | 0 | 14B | 64 | 5A |
| Octal | 377 | 313 | 344 | 0 | 24 | 13 | 0 | 513 | 144 | 132 |
| Binary | 11111111 | 11001011 | 11100100 | 0 | 10100 | 1011 | 0 | 101001011 | 1100100 | 1011010 |
Color Harmonies of #FFCBE4
Complementary color
Monochromatic Colors of #FFCBE4
Black with #FFCBE4
Text Example
Text Example
White with #FFCBE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFCBE4; }
p { color: rgb(255,203,228); }
H1.HeaderClassName
{
color: #FFCBE4;
}
.AnyTagClassName
{
color: #FFCBE4;
}
</style>
background-color css
<style>
a { background-color: #FFCBE4; }
a { background-color: rgb(255,203,228); }
div.DivClassName
{
background-color: #FFCBE4;
}
.BgClassName
{
background-color: #FFCBE4;
}
</style>
border-color css
<style>
span { border-color: #FFCBE4; }
span { border-color: rgb(255,203,228); }
td.TdClassName
{
border-color: #FFCBE4;
}
.TagClassName
{
border-color: #FFCBE4;
}
</style>