Shades of Classic Rose #FBC5E8
Tints of Classic Rose #FBC5E8
RGB
CMYK
RGB Variations
Color information
#FBC5E8 (or 0xFBC5E8) is known color: Classic Rose. HEX triplet: FB, C5 and E8. RGB value is (251,197,232). Sum of RGB (Red+Green+Blue) = 251+197+232=680 (90% of max value = 765). Red value is 251 (98.44% from 255 or 36.91% from 680); Green value is 197 (77.34% from 255 or 28.97% from 680); Blue value is 232 (91.02% from 255 or 34.12% from 680); Max value from RGB is 251 - color contains mainly: red. Hex color #FBC5E8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBC5E8 is #043A17. Grayscale: #D9D9D9. Windows color (decimal): -277016 or 15255035. OLE color: 15255035.
HSL color Cylindrical-coordinate representation of color #FBC5E8: hue angle of 321.11º degrees, saturation: 0.87, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #FBC5E8 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 197 | 232 | - |
| CMYK | 0 | 0.22 | 0.08 | 0.02 |
| HSL | 321.11º | 0.87% | 0.88% | - |
| HSV(B) | 321.11º | 0.22% | 0.98% | - |
| XYZ | 74.32 | 66.27 | 85.22 | - |
| YUV | 217.14 | 136.39 | 152.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 197 | 232 | 0 | 0.22 | 0.08 | 0.02 | 321.11 | 0.87 | 0.88 |
| Hex | FB | C5 | E8 | 0 | 16 | 8 | 2 | 141 | 57 | 58 |
| Octal | 373 | 305 | 350 | 0 | 26 | 10 | 2 | 501 | 127 | 130 |
| Binary | 11111011 | 11000101 | 11101000 | 0 | 10110 | 1000 | 10 | 101000001 | 1010111 | 1011000 |
Color Harmonies of #FBC5E8
Complementary color
Monochromatic Colors of #FBC5E8
Black with #FBC5E8
Text Example
Text Example
White with #FBC5E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBC5E8; }
p { color: rgb(251,197,232); }
H1.HeaderClassName
{
color: #FBC5E8;
}
.AnyTagClassName
{
color: #FBC5E8;
}
</style>
background-color css
<style>
a { background-color: #FBC5E8; }
a { background-color: rgb(251,197,232); }
div.DivClassName
{
background-color: #FBC5E8;
}
.BgClassName
{
background-color: #FBC5E8;
}
</style>
border-color css
<style>
span { border-color: #FBC5E8; }
span { border-color: rgb(251,197,232); }
td.TdClassName
{
border-color: #FBC5E8;
}
.TagClassName
{
border-color: #FBC5E8;
}
</style>