Shades of Classic Rose #FBC8E8
Tints of Classic Rose #FBC8E8
RGB
CMYK
RGB Variations
Color information
#FBC8E8 (or 0xFBC8E8) is known color: Classic Rose. HEX triplet: FB, C8 and E8. RGB value is (251,200,232). Sum of RGB (Red+Green+Blue) = 251+200+232=683 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.75% from 683); Green value is 200 (78.52% from 255 or 29.28% from 683); Blue value is 232 (91.02% from 255 or 33.97% from 683); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC8E8 is #043717. Grayscale: #DADADA. Windows color (decimal): -276248 or 15255803. OLE color: 15255803.
HSL color Cylindrical-coordinate representation of color #FBC8E8: hue angle of 322.35º degrees, saturation: 0.86, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #FBC8E8 is Cyan = 0, Magento = 0.20, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 232 | - |
| CMYK | 0 | 0.20 | 0.08 | 0.02 |
| HSL | 322.35º | 0.86% | 0.88% | - |
| HSV(B) | 322.35º | 0.2% | 0.98% | - |
| XYZ | 75 | 67.64 | 85.45 | - |
| YUV | 218.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 232 | 0 | 0.20 | 0.08 | 0.02 | 322.35 | 0.86 | 0.88 |
| Hex | FB | C8 | E8 | 0 | 14 | 8 | 2 | 142 | 56 | 58 |
| Octal | 373 | 310 | 350 | 0 | 24 | 10 | 2 | 502 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11101000 | 0 | 10100 | 1000 | 10 | 101000010 | 1010110 | 1011000 |
Color Harmonies of #FBC8E8
Complementary color
Monochromatic Colors of #FBC8E8
Black with #FBC8E8
Text Example
Text Example
White with #FBC8E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8E8; }
p { color: rgb(251,200,232); }
H1.HeaderClassName
{
color: #FBC8E8;
}
.AnyTagClassName
{
color: #FBC8E8;
}
</style>
background-color css
<style>
a { background-color: #FBC8E8; }
a { background-color: rgb(251,200,232); }
div.DivClassName
{
background-color: #FBC8E8;
}
.BgClassName
{
background-color: #FBC8E8;
}
</style>
border-color css
<style>
span { border-color: #FBC8E8; }
span { border-color: rgb(251,200,232); }
td.TdClassName
{
border-color: #FBC8E8;
}
.TagClassName
{
border-color: #FBC8E8;
}
</style>