Shades of Classic Rose #FBBEE8
Tints of Classic Rose #FBBEE8
RGB
CMYK
RGB Variations
Color information
#FBBEE8 (or 0xFBBEE8) is known color: Classic Rose. HEX triplet: FB, BE and E8. RGB value is (251,190,232). Sum of RGB (Red+Green+Blue) = 251+190+232=673 (89% of max value = 765). Red value is 251 (98.44% from 255 or 37.30% from 673); Green value is 190 (74.61% from 255 or 28.23% from 673); Blue value is 232 (91.02% from 255 or 34.47% from 673); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEE8 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FBBEE8 is #044117. Grayscale: #D4D4D4. Windows color (decimal): -278808 or 15253243. OLE color: 15253243.
HSL color Cylindrical-coordinate representation of color #FBBEE8: hue angle of 318.69º degrees, saturation: 0.88, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #FBBEE8 is Cyan = 0, Magento = 0.24, Yellow = 0.08 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 232 | - |
| CMYK | 0 | 0.24 | 0.08 | 0.02 |
| HSL | 318.69º | 0.88% | 0.86% | - |
| HSV(B) | 318.69º | 0.24% | 0.98% | - |
| XYZ | 72.76 | 63.16 | 84.7 | - |
| YUV | 213.03 | 138.71 | 155.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 232 | 0 | 0.24 | 0.08 | 0.02 | 318.69 | 0.88 | 0.86 |
| Hex | FB | BE | E8 | 0 | 18 | 8 | 2 | 13F | 58 | 56 |
| Octal | 373 | 276 | 350 | 0 | 30 | 10 | 2 | 477 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11101000 | 0 | 11000 | 1000 | 10 | 100111111 | 1011000 | 1010110 |
Color Harmonies of #FBBEE8
Complementary color
Monochromatic Colors of #FBBEE8
Black with #FBBEE8
Text Example
Text Example
White with #FBBEE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEE8; }
p { color: rgb(251,190,232); }
H1.HeaderClassName
{
color: #FBBEE8;
}
.AnyTagClassName
{
color: #FBBEE8;
}
</style>
background-color css
<style>
a { background-color: #FBBEE8; }
a { background-color: rgb(251,190,232); }
div.DivClassName
{
background-color: #FBBEE8;
}
.BgClassName
{
background-color: #FBBEE8;
}
</style>
border-color css
<style>
span { border-color: #FBBEE8; }
span { border-color: rgb(251,190,232); }
td.TdClassName
{
border-color: #FBBEE8;
}
.TagClassName
{
border-color: #FBBEE8;
}
</style>