Shades of Lavender Blush #FEEBF9
Tints of Lavender Blush #FEEBF9
RGB
CMYK
RGB Variations
Color information
#FEEBF9 (or 0xFEEBF9) is known color: Lavender Blush. HEX triplet: FE, EB and F9. RGB value is (254,235,249). Sum of RGB (Red+Green+Blue) = 254+235+249=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 235 (92.19% from 255 or 31.84% from 738); Blue value is 249 (97.66% from 255 or 33.74% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEBF9 is #011406. Grayscale: #F2F2F2. Windows color (decimal): -70663 or 16378878. OLE color: 16378878.
HSL color Cylindrical-coordinate representation of color #FEEBF9: hue angle of 315.79º degrees, saturation: 0.9, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #FEEBF9 is Cyan = 0, Magento = 0.07, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 235 | 249 | - |
CMYK | 0 | 0.07 | 0.02 | 0.00 |
HSL | 315.79º | 0.9% | 0.96% | - |
HSV(B) | 315.79º | 0.07% | 1% | - |
XYZ | 87.68 | 87.33 | 101.86 | - |
YUV | 242.28 | 131.79 | 136.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 235 | 249 | 0 | 0.07 | 0.02 | 0.00 | 315.79 | 0.9 | 0.96 |
Hex | FE | EB | F9 | 0 | 7 | 2 | 0 | 13C | 5A | 60 |
Octal | 376 | 353 | 371 | 0 | 7 | 2 | 0 | 474 | 132 | 140 |
Binary | 11111110 | 11101011 | 11111001 | 0 | 111 | 10 | 0 | 100111100 | 1011010 | 1100000 |
Color Harmonies of #FEEBF9
Complementary color
Monochromatic Colors of #FEEBF9
Black with #FEEBF9
Text Example
Text Example
White with #FEEBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEBF9; }
p { color: rgb(254,235,249); }
H1.HeaderClassName
{
color: #FEEBF9;
}
.AnyTagClassName
{
color: #FEEBF9;
}
</style>
background-color css
<style>
a { background-color: #FEEBF9; }
a { background-color: rgb(254,235,249); }
div.DivClassName
{
background-color: #FEEBF9;
}
.BgClassName
{
background-color: #FEEBF9;
}
</style>
border-color css
<style>
span { border-color: #FEEBF9; }
span { border-color: rgb(254,235,249); }
td.TdClassName
{
border-color: #FEEBF9;
}
.TagClassName
{
border-color: #FEEBF9;
}
</style>