Shades of Lavender Blush #FEF6FA
Tints of Lavender Blush #FEF6FA
RGB
CMYK
RGB Variations
Color information
#FEF6FA (or 0xFEF6FA) is known color: Lavender Blush. HEX triplet: FE, F6 and FA. RGB value is (254,246,250). Sum of RGB (Red+Green+Blue) = 254+246+250=750 (99% of max value = 765). Red value is 254 (99.61% from 255 or 33.87% from 750); Green value is 246 (96.48% from 255 or 32.8% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 254 - color contains mainly: red. Hex color #FEF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEF6FA is #010905. Grayscale: #F8F8F8. Windows color (decimal): -67846 or 16447230. OLE color: 16447230.
HSL color Cylindrical-coordinate representation of color #FEF6FA: hue angle of 330º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FEF6FA is Cyan = 0, Magento = 0.03, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 246 | 250 | - |
| CMYK | 0 | 0.03 | 0.02 | 0.00 |
| HSL | 330º | 0.8% | 0.98% | - |
| HSV(B) | 330º | 0.03% | 1% | - |
| XYZ | 91.08 | 93.88 | 103.76 | - |
| YUV | 248.85 | 128.65 | 131.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 246 | 250 | 0 | 0.03 | 0.02 | 0.00 | 330 | 0.8 | 0.98 |
| Hex | FE | F6 | FA | 0 | 3 | 2 | 0 | 14A | 50 | 62 |
| Octal | 376 | 366 | 372 | 0 | 3 | 2 | 0 | 512 | 120 | 142 |
| Binary | 11111110 | 11110110 | 11111010 | 0 | 11 | 10 | 0 | 101001010 | 1010000 | 1100010 |
Color Harmonies of #FEF6FA
Complementary color
Monochromatic Colors of #FEF6FA
Black with #FEF6FA
Text Example
Text Example
White with #FEF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEF6FA; }
p { color: rgb(254,246,250); }
H1.HeaderClassName
{
color: #FEF6FA;
}
.AnyTagClassName
{
color: #FEF6FA;
}
</style>
background-color css
<style>
a { background-color: #FEF6FA; }
a { background-color: rgb(254,246,250); }
div.DivClassName
{
background-color: #FEF6FA;
}
.BgClassName
{
background-color: #FEF6FA;
}
</style>
border-color css
<style>
span { border-color: #FEF6FA; }
span { border-color: rgb(254,246,250); }
td.TdClassName
{
border-color: #FEF6FA;
}
.TagClassName
{
border-color: #FEF6FA;
}
</style>