Shades of Lavender Blush #FEF8FA
Tints of Lavender Blush #FEF8FA
RGB
CMYK
RGB Variations
Color information
#FEF8FA (or 0xFEF8FA) is known color: Lavender Blush. HEX triplet: FE, F8 and FA. RGB value is (254,248,250). Sum of RGB (Red+Green+Blue) = 254+248+250=752 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.78% from 752); Green value is 248 (97.27% from 255 or 32.98% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF8FA is #010705. Grayscale: #FAFAFA. Windows color (decimal): -67334 or 16447742. OLE color: 16447742.
HSL color Cylindrical-coordinate representation of color #FEF8FA: hue angle of 340º 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 #FEF8FA is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 248 | 250 | - |
| CMYK | 0 | 0.02 | 0.02 | 0.00 |
| HSL | 340º | 0.75% | 0.98% | - |
| HSV(B) | 340º | 0.02% | 1% | - |
| XYZ | 91.7 | 95.11 | 103.97 | - |
| YUV | 250.02 | 127.99 | 130.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 248 | 250 | 0 | 0.02 | 0.02 | 0.00 | 340 | 0.75 | 0.98 |
| Hex | FE | F8 | FA | 0 | 2 | 2 | 0 | 154 | 4B | 62 |
| Octal | 376 | 370 | 372 | 0 | 2 | 2 | 0 | 524 | 113 | 142 |
| Binary | 11111110 | 11111000 | 11111010 | 0 | 10 | 10 | 0 | 101010100 | 1001011 | 1100010 |
Color Harmonies of #FEF8FA
Complementary color
Monochromatic Colors of #FEF8FA
Black with #FEF8FA
Text Example
Text Example
White with #FEF8FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF8FA; }
p { color: rgb(254,248,250); }
H1.HeaderClassName
{
color: #FEF8FA;
}
.AnyTagClassName
{
color: #FEF8FA;
}
</style>
background-color css
<style>
a { background-color: #FEF8FA; }
a { background-color: rgb(254,248,250); }
div.DivClassName
{
background-color: #FEF8FA;
}
.BgClassName
{
background-color: #FEF8FA;
}
</style>
border-color css
<style>
span { border-color: #FEF8FA; }
span { border-color: rgb(254,248,250); }
td.TdClassName
{
border-color: #FEF8FA;
}
.TagClassName
{
border-color: #FEF8FA;
}
</style>