Shades of Classic Rose #FBCBE6
Tints of Classic Rose #FBCBE6
RGB
CMYK
RGB Variations
Color information
#FBCBE6 (or 0xFBCBE6) is known color: Classic Rose. HEX triplet: FB, CB and E6. RGB value is (251,203,230). Sum of RGB (Red+Green+Blue) = 251+203+230=684 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.70% from 684); Green value is 203 (79.69% from 255 or 29.68% from 684); Blue value is 230 (90.23% from 255 or 33.63% from 684); Max value from RGB is 251 - color contains mainly: red. Hex color #FBCBE6 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBCBE6 is #043419. Grayscale: #DCDCDC. Windows color (decimal): -275482 or 15125499. OLE color: 15125499.
HSL color Cylindrical-coordinate representation of color #FBCBE6: hue angle of 326.25º 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 #FBCBE6 is Cyan = 0, Magento = 0.19, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 203 | 230 | - |
| CMYK | 0 | 0.19 | 0.08 | 0.02 |
| HSL | 326.25º | 0.86% | 0.89% | - |
| HSV(B) | 326.25º | 0.19% | 0.98% | - |
| XYZ | 75.42 | 68.93 | 84.19 | - |
| YUV | 220.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 203 | 230 | 0 | 0.19 | 0.08 | 0.02 | 326.25 | 0.86 | 0.89 |
| Hex | FB | CB | E6 | 0 | 13 | 8 | 2 | 146 | 56 | 59 |
| Octal | 373 | 313 | 346 | 0 | 23 | 10 | 2 | 506 | 126 | 131 |
| Binary | 11111011 | 11001011 | 11100110 | 0 | 10011 | 1000 | 10 | 101000110 | 1010110 | 1011001 |
Color Harmonies of #FBCBE6
Complementary color
Monochromatic Colors of #FBCBE6
Black with #FBCBE6
Text Example
Text Example
White with #FBCBE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBCBE6; }
p { color: rgb(251,203,230); }
H1.HeaderClassName
{
color: #FBCBE6;
}
.AnyTagClassName
{
color: #FBCBE6;
}
</style>
background-color css
<style>
a { background-color: #FBCBE6; }
a { background-color: rgb(251,203,230); }
div.DivClassName
{
background-color: #FBCBE6;
}
.BgClassName
{
background-color: #FBCBE6;
}
</style>
border-color css
<style>
span { border-color: #FBCBE6; }
span { border-color: rgb(251,203,230); }
td.TdClassName
{
border-color: #FBCBE6;
}
.TagClassName
{
border-color: #FBCBE6;
}
</style>