Shades of Lavender Blush #FEF8F9
Tints of Lavender Blush #FEF8F9
RGB
CMYK
RGB Variations
Color information
#FEF8F9 (or 0xFEF8F9) is known color: Lavender Blush. HEX triplet: FE, F8 and F9. RGB value is (254,248,249). Sum of RGB (Red+Green+Blue) = 254+248+249=751 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.82% from 751); Green value is 248 (97.27% from 255 or 33.02% from 751); Blue value is 249 (97.66% from 255 or 33.16% from 751); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8F9 is #010706. Grayscale: #F9F9F9. Windows color (decimal): -67335 or 16382206. OLE color: 16382206.
HSL color Cylindrical-coordinate representation of color #FEF8F9: hue angle of 350º degrees, saturation: 0.75, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FEF8F9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 248 | 249 | - |
CMYK | 0 | 0.02 | 0.02 | 0.00 |
HSL | 350º | 0.75% | 0.98% | - |
HSV(B) | 350º | 0.02% | 1% | - |
XYZ | 91.54 | 95.05 | 103.14 | - |
YUV | 249.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 248 | 249 | 0 | 0.02 | 0.02 | 0.00 | 350 | 0.75 | 0.98 |
Hex | FE | F8 | F9 | 0 | 2 | 2 | 0 | 15E | 4B | 62 |
Octal | 376 | 370 | 371 | 0 | 2 | 2 | 0 | 536 | 113 | 142 |
Binary | 11111110 | 11111000 | 11111001 | 0 | 10 | 10 | 0 | 101011110 | 1001011 | 1100010 |
Color Harmonies of #FEF8F9
Complementary color
Monochromatic Colors of #FEF8F9
Black with #FEF8F9
Text Example
Text Example
White with #FEF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8F9; }
p { color: rgb(254,248,249); }
H1.HeaderClassName
{
color: #FEF8F9;
}
.AnyTagClassName
{
color: #FEF8F9;
}
</style>
background-color css
<style>
a { background-color: #FEF8F9; }
a { background-color: rgb(254,248,249); }
div.DivClassName
{
background-color: #FEF8F9;
}
.BgClassName
{
background-color: #FEF8F9;
}
</style>
border-color css
<style>
span { border-color: #FEF8F9; }
span { border-color: rgb(254,248,249); }
td.TdClassName
{
border-color: #FEF8F9;
}
.TagClassName
{
border-color: #FEF8F9;
}
</style>