Shades of Classic Rose #FBCBE9
Tints of Classic Rose #FBCBE9
RGB
CMYK
RGB Variations
Color information
#FBCBE9 (or 0xFBCBE9) is known color: Classic Rose. HEX triplet: FB, CB and E9. RGB value is (251,203,233). Sum of RGB (Red+Green+Blue) = 251+203+233=687 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.54% from 687); Green value is 203 (79.69% from 255 or 29.55% from 687); Blue value is 233 (91.41% from 255 or 33.92% from 687); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBE9 is #043416. Grayscale: #DCDCDC. Windows color (decimal): -275479 or 15322107. OLE color: 15322107.
HSL color Cylindrical-coordinate representation of color #FBCBE9: hue angle of 322.5º 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 #FBCBE9 is Cyan = 0, Magento = 0.19, Yellow = 0.07 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 233 | - |
| CMYK | 0 | 0.19 | 0.07 | 0.02 |
| HSL | 322.5º | 0.86% | 0.89% | - |
| HSV(B) | 322.5º | 0.19% | 0.98% | - |
| XYZ | 75.85 | 69.1 | 86.43 | - |
| YUV | 220.77 | 134.9 | 149.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 233 | 0 | 0.19 | 0.07 | 0.02 | 322.5 | 0.86 | 0.89 |
| Hex | FB | CB | E9 | 0 | 13 | 7 | 2 | 142 | 56 | 59 |
| Octal | 373 | 313 | 351 | 0 | 23 | 7 | 2 | 502 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11101001 | 0 | 10011 | 111 | 10 | 101000010 | 1010110 | 1011001 |
Color Harmonies of #FBCBE9
Complementary color
Monochromatic Colors of #FBCBE9
Black with #FBCBE9
Text Example
Text Example
White with #FBCBE9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBE9; }
p { color: rgb(251,203,233); }
H1.HeaderClassName
{
color: #FBCBE9;
}
.AnyTagClassName
{
color: #FBCBE9;
}
</style>
background-color css
<style>
a { background-color: #FBCBE9; }
a { background-color: rgb(251,203,233); }
div.DivClassName
{
background-color: #FBCBE9;
}
.BgClassName
{
background-color: #FBCBE9;
}
</style>
border-color css
<style>
span { border-color: #FBCBE9; }
span { border-color: rgb(251,203,233); }
td.TdClassName
{
border-color: #FBCBE9;
}
.TagClassName
{
border-color: #FBCBE9;
}
</style>