Shades of Lavender Blush #FEF0FA
Tints of Lavender Blush #FEF0FA
RGB
CMYK
RGB Variations
Color information
#FEF0FA (or 0xFEF0FA) is known color: Lavender Blush. HEX triplet: FE, F0 and FA. RGB value is (254,240,250). Sum of RGB (Red+Green+Blue) = 254+240+250=744 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.14% from 744); Green value is 240 (94.14% from 255 or 32.26% from 744); Blue value is 250 (98.05% from 255 or 33.60% from 744); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF0FA is #010F05. Grayscale: #F5F5F5. Windows color (decimal): -69382 or 16445694. OLE color: 16445694.
HSL color Cylindrical-coordinate representation of color #FEF0FA: hue angle of 317.14º degrees, saturation: 0.88, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEF0FA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 240 | 250 | - |
| CMYK | 0 | 0.06 | 0.02 | 0.00 |
| HSL | 317.14º | 0.88% | 0.97% | - |
| HSV(B) | 317.14º | 0.06% | 1% | - |
| XYZ | 89.29 | 90.29 | 103.16 | - |
| YUV | 245.33 | 130.64 | 134.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 240 | 250 | 0 | 0.06 | 0.02 | 0.00 | 317.14 | 0.88 | 0.97 |
| Hex | FE | F0 | FA | 0 | 6 | 2 | 0 | 13D | 58 | 61 |
| Octal | 376 | 360 | 372 | 0 | 6 | 2 | 0 | 475 | 130 | 141 |
| Binary | 11111110 | 11110000 | 11111010 | 0 | 110 | 10 | 0 | 100111101 | 1011000 | 1100001 |
Color Harmonies of #FEF0FA
Complementary color
Monochromatic Colors of #FEF0FA
Black with #FEF0FA
Text Example
Text Example
White with #FEF0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF0FA; }
p { color: rgb(254,240,250); }
H1.HeaderClassName
{
color: #FEF0FA;
}
.AnyTagClassName
{
color: #FEF0FA;
}
</style>
background-color css
<style>
a { background-color: #FEF0FA; }
a { background-color: rgb(254,240,250); }
div.DivClassName
{
background-color: #FEF0FA;
}
.BgClassName
{
background-color: #FEF0FA;
}
</style>
border-color css
<style>
span { border-color: #FEF0FA; }
span { border-color: rgb(254,240,250); }
td.TdClassName
{
border-color: #FEF0FA;
}
.TagClassName
{
border-color: #FEF0FA;
}
</style>