Shades of Lavender Rose #FEBBEF
Tints of Lavender Rose #FEBBEF
RGB
CMYK
RGB Variations
Color information
#FEBBEF (or 0xFEBBEF) is known color: Lavender Rose. HEX triplet: FE, BB and EF. RGB value is (254,187,239). Sum of RGB (Red+Green+Blue) = 254+187+239=680 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.35% from 680); Green value is 187 (73.44% from 255 or 27.5% from 680); Blue value is 239 (93.75% from 255 or 35.15% from 680); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBEF is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBEF is #014410. Grayscale: #D4D4D4. Windows color (decimal): -82961 or 15711230. OLE color: 15711230.
HSL color Cylindrical-coordinate representation of color #FEBBEF: hue angle of 313.43º 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 #FEBBEF is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 239 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.00 |
| HSL | 313.43º | 0.97% | 0.86% | - |
| HSV(B) | 313.43º | 0.26% | 1% | - |
| XYZ | 74.22 | 62.84 | 89.88 | - |
| YUV | 212.96 | 142.7 | 157.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 239 | 0 | 0.26 | 0.06 | 0.00 | 313.43 | 0.97 | 0.86 |
| Hex | FE | BB | EF | 0 | 1A | 6 | 0 | 139 | 61 | 56 |
| Octal | 376 | 273 | 357 | 0 | 32 | 6 | 0 | 471 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11101111 | 0 | 11010 | 110 | 0 | 100111001 | 1100001 | 1010110 |
Color Harmonies of #FEBBEF
Complementary color
Monochromatic Colors of #FEBBEF
Black with #FEBBEF
Text Example
Text Example
White with #FEBBEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBEF; }
p { color: rgb(254,187,239); }
H1.HeaderClassName
{
color: #FEBBEF;
}
.AnyTagClassName
{
color: #FEBBEF;
}
</style>
background-color css
<style>
a { background-color: #FEBBEF; }
a { background-color: rgb(254,187,239); }
div.DivClassName
{
background-color: #FEBBEF;
}
.BgClassName
{
background-color: #FEBBEF;
}
</style>
border-color css
<style>
span { border-color: #FEBBEF; }
span { border-color: rgb(254,187,239); }
td.TdClassName
{
border-color: #FEBBEF;
}
.TagClassName
{
border-color: #FEBBEF;
}
</style>