Shades of Lavender Rose #FEBBF9
Tints of Lavender Rose #FEBBF9
RGB
CMYK
RGB Variations
Color information
#FEBBF9 (or 0xFEBBF9) is known color: Lavender Rose. HEX triplet: FE, BB and F9. RGB value is (254,187,249). Sum of RGB (Red+Green+Blue) = 254+187+249=690 (91% of max value = 765). Red value is 254 (99.61% from 255 or 36.81% from 690); Green value is 187 (73.44% from 255 or 27.10% from 690); Blue value is 249 (97.66% from 255 or 36.09% from 690); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF9 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF9 is #014406. Grayscale: #D5D5D5. Windows color (decimal): -82951 or 16366590. OLE color: 16366590.
HSL color Cylindrical-coordinate representation of color #FEBBF9: hue angle of 304.48º degrees, saturation: 0.97, lightness: 0.86%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FEBBF9 is Cyan = 0, Magento = 0.26, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 249 | - |
| CMYK | 0 | 0.26 | 0.02 | 0.00 |
| HSL | 304.48º | 0.97% | 0.86% | - |
| HSV(B) | 304.48º | 0.26% | 1% | - |
| XYZ | 75.74 | 63.45 | 97.88 | - |
| YUV | 214.1 | 147.7 | 156.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 249 | 0 | 0.26 | 0.02 | 0.00 | 304.48 | 0.97 | 0.86 |
| Hex | FE | BB | F9 | 0 | 1A | 2 | 0 | 130 | 61 | 56 |
| Octal | 376 | 273 | 371 | 0 | 32 | 2 | 0 | 460 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11111001 | 0 | 11010 | 10 | 0 | 100110000 | 1100001 | 1010110 |
Color Harmonies of #FEBBF9
Complementary color
Monochromatic Colors of #FEBBF9
Black with #FEBBF9
Text Example
Text Example
White with #FEBBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBF9; }
p { color: rgb(254,187,249); }
H1.HeaderClassName
{
color: #FEBBF9;
}
.AnyTagClassName
{
color: #FEBBF9;
}
</style>
background-color css
<style>
a { background-color: #FEBBF9; }
a { background-color: rgb(254,187,249); }
div.DivClassName
{
background-color: #FEBBF9;
}
.BgClassName
{
background-color: #FEBBF9;
}
</style>
border-color css
<style>
span { border-color: #FEBBF9; }
span { border-color: rgb(254,187,249); }
td.TdClassName
{
border-color: #FEBBF9;
}
.TagClassName
{
border-color: #FEBBF9;
}
</style>