Shades of Lavender Blush #FEEFFA
Tints of Lavender Blush #FEEFFA
RGB
CMYK
RGB Variations
Color information
#FEEFFA (or 0xFEEFFA) is known color: Lavender Blush. HEX triplet: FE, EF and FA. RGB value is (254,239,250). Sum of RGB (Red+Green+Blue) = 254+239+250=743 (98% of max value = 765). Red value is 254 (99.61% from 255 or 34.19% from 743); Green value is 239 (93.75% from 255 or 32.17% from 743); Blue value is 250 (98.05% from 255 or 33.65% from 743); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEFFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEFFA is #011005. Grayscale: #F4F4F4. Windows color (decimal): -69638 or 16445438. OLE color: 16445438.
HSL color Cylindrical-coordinate representation of color #FEEFFA: hue angle of 316º 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 #FEEFFA is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 239 | 250 | - |
CMYK | 0 | 0.06 | 0.02 | 0.00 |
HSL | 316º | 0.88% | 0.97% | - |
HSV(B) | 316º | 0.06% | 1% | - |
XYZ | 88.99 | 89.71 | 103.07 | - |
YUV | 244.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 239 | 250 | 0 | 0.06 | 0.02 | 0.00 | 316 | 0.88 | 0.97 |
Hex | FE | EF | FA | 0 | 6 | 2 | 0 | 13C | 58 | 61 |
Octal | 376 | 357 | 372 | 0 | 6 | 2 | 0 | 474 | 130 | 141 |
Binary | 11111110 | 11101111 | 11111010 | 0 | 110 | 10 | 0 | 100111100 | 1011000 | 1100001 |
Color Harmonies of #FEEFFA
Complementary color
Monochromatic Colors of #FEEFFA
Black with #FEEFFA
Text Example
Text Example
White with #FEEFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEFFA; }
p { color: rgb(254,239,250); }
H1.HeaderClassName
{
color: #FEEFFA;
}
.AnyTagClassName
{
color: #FEEFFA;
}
</style>
background-color css
<style>
a { background-color: #FEEFFA; }
a { background-color: rgb(254,239,250); }
div.DivClassName
{
background-color: #FEEFFA;
}
.BgClassName
{
background-color: #FEEFFA;
}
</style>
border-color css
<style>
span { border-color: #FEEFFA; }
span { border-color: rgb(254,239,250); }
td.TdClassName
{
border-color: #FEEFFA;
}
.TagClassName
{
border-color: #FEEFFA;
}
</style>