Shades of Classic Rose #FBBEE0
Tints of Classic Rose #FBBEE0
RGB
CMYK
RGB Variations
Color information
#FBBEE0 (or 0xFBBEE0) is known color: Classic Rose. HEX triplet: FB, BE and E0. RGB value is (251,190,224). Sum of RGB (Red+Green+Blue) = 251+190+224=665 (88% of max value = 765). Red value is 251 (98.44% from 255 or 37.74% from 665); Green value is 190 (74.61% from 255 or 28.57% from 665); Blue value is 224 (87.89% from 255 or 33.68% from 665); Max value from RGB is 251 - color contains mainly: red. Hex color #FBBEE0 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FBBEE0 is #04411F. Grayscale: #D4D4D4. Windows color (decimal): -278816 or 14728955. OLE color: 14728955.
HSL color Cylindrical-coordinate representation of color #FBBEE0: hue angle of 326.56º 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 #FBBEE0 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 190 | 224 | - |
| CMYK | 0 | 0.24 | 0.11 | 0.02 |
| HSL | 326.56º | 0.88% | 0.86% | - |
| HSV(B) | 326.56º | 0.24% | 0.98% | - |
| XYZ | 71.65 | 62.72 | 78.85 | - |
| YUV | 212.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 190 | 224 | 0 | 0.24 | 0.11 | 0.02 | 326.56 | 0.88 | 0.86 |
| Hex | FB | BE | E0 | 0 | 18 | B | 2 | 147 | 58 | 56 |
| Octal | 373 | 276 | 340 | 0 | 30 | 13 | 2 | 507 | 130 | 126 |
| Binary | 11111011 | 10111110 | 11100000 | 0 | 11000 | 1011 | 10 | 101000111 | 1011000 | 1010110 |
Color Harmonies of #FBBEE0
Complementary color
Monochromatic Colors of #FBBEE0
Black with #FBBEE0
Text Example
Text Example
White with #FBBEE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBBEE0; }
p { color: rgb(251,190,224); }
H1.HeaderClassName
{
color: #FBBEE0;
}
.AnyTagClassName
{
color: #FBBEE0;
}
</style>
background-color css
<style>
a { background-color: #FBBEE0; }
a { background-color: rgb(251,190,224); }
div.DivClassName
{
background-color: #FBBEE0;
}
.BgClassName
{
background-color: #FBBEE0;
}
</style>
border-color css
<style>
span { border-color: #FBBEE0; }
span { border-color: rgb(251,190,224); }
td.TdClassName
{
border-color: #FBBEE0;
}
.TagClassName
{
border-color: #FBBEE0;
}
</style>