Shades of Lavender Rose #FEBBF0
Tints of Lavender Rose #FEBBF0
RGB
CMYK
RGB Variations
Color information
#FEBBF0 (or 0xFEBBF0) is known color: Lavender Rose. HEX triplet: FE, BB and F0. RGB value is (254,187,240). Sum of RGB (Red+Green+Blue) = 254+187+240=681 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.30% from 681); Green value is 187 (73.44% from 255 or 27.46% from 681); Blue value is 240 (94.14% from 255 or 35.24% from 681); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF0 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF0 is #01440F. Grayscale: #D4D4D4. Windows color (decimal): -82960 or 15776766. OLE color: 15776766.
HSL color Cylindrical-coordinate representation of color #FEBBF0: hue angle of 312.54º 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 #FEBBF0 is Cyan = 0, Magento = 0.26, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 240 | - |
| CMYK | 0 | 0.26 | 0.06 | 0.00 |
| HSL | 312.54º | 0.97% | 0.86% | - |
| HSV(B) | 312.54º | 0.26% | 1% | - |
| XYZ | 74.37 | 62.9 | 90.66 | - |
| YUV | 213.08 | 143.2 | 157.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 240 | 0 | 0.26 | 0.06 | 0.00 | 312.54 | 0.97 | 0.86 |
| Hex | FE | BB | F0 | 0 | 1A | 6 | 0 | 139 | 61 | 56 |
| Octal | 376 | 273 | 360 | 0 | 32 | 6 | 0 | 471 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11110000 | 0 | 11010 | 110 | 0 | 100111001 | 1100001 | 1010110 |
Color Harmonies of #FEBBF0
Complementary color
Monochromatic Colors of #FEBBF0
Black with #FEBBF0
Text Example
Text Example
White with #FEBBF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBF0; }
p { color: rgb(254,187,240); }
H1.HeaderClassName
{
color: #FEBBF0;
}
.AnyTagClassName
{
color: #FEBBF0;
}
</style>
background-color css
<style>
a { background-color: #FEBBF0; }
a { background-color: rgb(254,187,240); }
div.DivClassName
{
background-color: #FEBBF0;
}
.BgClassName
{
background-color: #FEBBF0;
}
</style>
border-color css
<style>
span { border-color: #FEBBF0; }
span { border-color: rgb(254,187,240); }
td.TdClassName
{
border-color: #FEBBF0;
}
.TagClassName
{
border-color: #FEBBF0;
}
</style>