Shades of Classic Rose #FBCBE0
Tints of Classic Rose #FBCBE0
RGB
CMYK
RGB Variations
Color information
#FBCBE0 (or 0xFBCBE0) is known color: Classic Rose. HEX triplet: FB, CB and E0. RGB value is (251,203,224). Sum of RGB (Red+Green+Blue) = 251+203+224=678 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.02% from 678); Green value is 203 (79.69% from 255 or 29.94% from 678); Blue value is 224 (87.89% from 255 or 33.04% from 678); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBCBE0 is #04341F. Grayscale: #DBDBDB. Windows color (decimal): -275488 or 14732283. OLE color: 14732283.
HSL color Cylindrical-coordinate representation of color #FBCBE0: hue angle of 333.75º degrees, saturation: 0.86, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #FBCBE0 is Cyan = 0, Magento = 0.19, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 224 | - |
| CMYK | 0 | 0.19 | 0.11 | 0.02 |
| HSL | 333.75º | 0.86% | 0.89% | - |
| HSV(B) | 333.75º | 0.19% | 0.98% | - |
| XYZ | 74.59 | 68.6 | 79.83 | - |
| YUV | 219.75 | 130.4 | 150.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 224 | 0 | 0.19 | 0.11 | 0.02 | 333.75 | 0.86 | 0.89 |
| Hex | FB | CB | E0 | 0 | 13 | B | 2 | 14E | 56 | 59 |
| Octal | 373 | 313 | 340 | 0 | 23 | 13 | 2 | 516 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11100000 | 0 | 10011 | 1011 | 10 | 101001110 | 1010110 | 1011001 |
Color Harmonies of #FBCBE0
Complementary color
Monochromatic Colors of #FBCBE0
Black with #FBCBE0
Text Example
Text Example
White with #FBCBE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBE0; }
p { color: rgb(251,203,224); }
H1.HeaderClassName
{
color: #FBCBE0;
}
.AnyTagClassName
{
color: #FBCBE0;
}
</style>
background-color css
<style>
a { background-color: #FBCBE0; }
a { background-color: rgb(251,203,224); }
div.DivClassName
{
background-color: #FBCBE0;
}
.BgClassName
{
background-color: #FBCBE0;
}
</style>
border-color css
<style>
span { border-color: #FBCBE0; }
span { border-color: rgb(251,203,224); }
td.TdClassName
{
border-color: #FBCBE0;
}
.TagClassName
{
border-color: #FBCBE0;
}
</style>