Shades of Lavender Rose #FEBBF1
Tints of Lavender Rose #FEBBF1
RGB
CMYK
RGB Variations
Color information
#FEBBF1 (or 0xFEBBF1) is known color: Lavender Rose. HEX triplet: FE, BB and F1. RGB value is (254,187,241). Sum of RGB (Red+Green+Blue) = 254+187+241=682 (90% of max value = 765). Red value is 254 (99.61% from 255 or 37.24% from 682); Green value is 187 (73.44% from 255 or 27.42% from 682); Blue value is 241 (94.53% from 255 or 35.34% from 682); Max value from RGB is 254 - color contains mainly: red. Hex color #FEBBF1 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEBBF1 is #01440E. Grayscale: #D5D5D5. Windows color (decimal): -82959 or 15842302. OLE color: 15842302.
HSL color Cylindrical-coordinate representation of color #FEBBF1: hue angle of 311.64º 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 #FEBBF1 is Cyan = 0, Magento = 0.26, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 187 | 241 | - |
| CMYK | 0 | 0.26 | 0.05 | 0.00 |
| HSL | 311.64º | 0.97% | 0.86% | - |
| HSV(B) | 311.64º | 0.26% | 1% | - |
| XYZ | 74.52 | 62.96 | 91.44 | - |
| YUV | 213.19 | 143.7 | 157.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 187 | 241 | 0 | 0.26 | 0.05 | 0.00 | 311.64 | 0.97 | 0.86 |
| Hex | FE | BB | F1 | 0 | 1A | 5 | 0 | 138 | 61 | 56 |
| Octal | 376 | 273 | 361 | 0 | 32 | 5 | 0 | 470 | 141 | 126 |
| Binary | 11111110 | 10111011 | 11110001 | 0 | 11010 | 101 | 0 | 100111000 | 1100001 | 1010110 |
Color Harmonies of #FEBBF1
Complementary color
Monochromatic Colors of #FEBBF1
Black with #FEBBF1
Text Example
Text Example
White with #FEBBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEBBF1; }
p { color: rgb(254,187,241); }
H1.HeaderClassName
{
color: #FEBBF1;
}
.AnyTagClassName
{
color: #FEBBF1;
}
</style>
background-color css
<style>
a { background-color: #FEBBF1; }
a { background-color: rgb(254,187,241); }
div.DivClassName
{
background-color: #FEBBF1;
}
.BgClassName
{
background-color: #FEBBF1;
}
</style>
border-color css
<style>
span { border-color: #FEBBF1; }
span { border-color: rgb(254,187,241); }
td.TdClassName
{
border-color: #FEBBF1;
}
.TagClassName
{
border-color: #FEBBF1;
}
</style>