Shades of Lavender Blush #FEF2FA
Tints of Lavender Blush #FEF2FA
RGB
CMYK
RGB Variations
Color information
#FEF2FA (or 0xFEF2FA) is known color: Lavender Blush. HEX triplet: FE, F2 and FA. RGB value is (254,242,250). Sum of RGB (Red+Green+Blue) = 254+242+250=746 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.05% from 746); Green value is 242 (94.92% from 255 or 32.44% from 746); Blue value is 250 (98.05% from 255 or 33.51% from 746); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF2FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF2FA is #010D05. Grayscale: #F6F6F6. Windows color (decimal): -68870 or 16446206. OLE color: 16446206.
HSL color Cylindrical-coordinate representation of color #FEF2FA: hue angle of 320º degrees, saturation: 0.86, lightness: 0.97%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #FEF2FA is Cyan = 0, Magento = 0.05, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 242 | 250 | - |
| CMYK | 0 | 0.05 | 0.02 | 0.00 |
| HSL | 320º | 0.86% | 0.97% | - |
| HSV(B) | 320º | 0.05% | 1% | - |
| XYZ | 89.88 | 91.48 | 103.36 | - |
| YUV | 246.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 242 | 250 | 0 | 0.05 | 0.02 | 0.00 | 320 | 0.86 | 0.97 |
| Hex | FE | F2 | FA | 0 | 5 | 2 | 0 | 140 | 56 | 61 |
| Octal | 376 | 362 | 372 | 0 | 5 | 2 | 0 | 500 | 126 | 141 |
| Binary | 11111110 | 11110010 | 11111010 | 0 | 101 | 10 | 0 | 101000000 | 1010110 | 1100001 |
Color Harmonies of #FEF2FA
Complementary color
Monochromatic Colors of #FEF2FA
Black with #FEF2FA
Text Example
Text Example
White with #FEF2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF2FA; }
p { color: rgb(254,242,250); }
H1.HeaderClassName
{
color: #FEF2FA;
}
.AnyTagClassName
{
color: #FEF2FA;
}
</style>
background-color css
<style>
a { background-color: #FEF2FA; }
a { background-color: rgb(254,242,250); }
div.DivClassName
{
background-color: #FEF2FA;
}
.BgClassName
{
background-color: #FEF2FA;
}
</style>
border-color css
<style>
span { border-color: #FEF2FA; }
span { border-color: rgb(254,242,250); }
td.TdClassName
{
border-color: #FEF2FA;
}
.TagClassName
{
border-color: #FEF2FA;
}
</style>