Shades of Classic Rose #FBC8E5
Tints of Classic Rose #FBC8E5
RGB
CMYK
RGB Variations
Color information
#FBC8E5 (or 0xFBC8E5) is known color: Classic Rose. HEX triplet: FB, C8 and E5. RGB value is (251,200,229). Sum of RGB (Red+Green+Blue) = 251+200+229=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 200 (78.52% from 255 or 29.41% from 680); Blue value is 229 (89.84% from 255 or 33.68% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC8E5 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBC8E5 is #04371A. Grayscale: #DADADA. Windows color (decimal): -276251 or 15059195. OLE color: 15059195.
HSL color Cylindrical-coordinate representation of color #FBC8E5: hue angle of 325.88º 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 #FBC8E5 is Cyan = 0, Magento = 0.20, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 200 | 229 | - |
| CMYK | 0 | 0.20 | 0.09 | 0.02 |
| HSL | 325.88º | 0.86% | 0.88% | - |
| HSV(B) | 325.88º | 0.2% | 0.98% | - |
| XYZ | 74.58 | 67.47 | 83.22 | - |
| YUV | 218.56 | 133.9 | 151.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 200 | 229 | 0 | 0.20 | 0.09 | 0.02 | 325.88 | 0.86 | 0.88 |
| Hex | FB | C8 | E5 | 0 | 14 | 9 | 2 | 146 | 56 | 58 |
| Octal | 373 | 310 | 345 | 0 | 24 | 11 | 2 | 506 | 126 | 130 |
| Binary | 11111011 | 11001000 | 11100101 | 0 | 10100 | 1001 | 10 | 101000110 | 1010110 | 1011000 |
Color Harmonies of #FBC8E5
Complementary color
Monochromatic Colors of #FBC8E5
Black with #FBC8E5
Text Example
Text Example
White with #FBC8E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC8E5; }
p { color: rgb(251,200,229); }
H1.HeaderClassName
{
color: #FBC8E5;
}
.AnyTagClassName
{
color: #FBC8E5;
}
</style>
background-color css
<style>
a { background-color: #FBC8E5; }
a { background-color: rgb(251,200,229); }
div.DivClassName
{
background-color: #FBC8E5;
}
.BgClassName
{
background-color: #FBC8E5;
}
</style>
border-color css
<style>
span { border-color: #FBC8E5; }
span { border-color: rgb(251,200,229); }
td.TdClassName
{
border-color: #FBC8E5;
}
.TagClassName
{
border-color: #FBC8E5;
}
</style>