Shades of Lavender Blush #FEEAFA
Tints of Lavender Blush #FEEAFA
RGB
CMYK
RGB Variations
Color information
#FEEAFA (or 0xFEEAFA) is known color: Lavender Blush. HEX triplet: FE, EA and FA. RGB value is (254,234,250). Sum of RGB (Red+Green+Blue) = 254+234+250=738 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.42% from 738); Green value is 234 (91.80% from 255 or 31.71% from 738); Blue value is 250 (98.05% from 255 or 33.88% from 738); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAFA is #011505. Grayscale: #F1F1F1. Windows color (decimal): -70918 or 16444158. OLE color: 16444158.
HSL color Cylindrical-coordinate representation of color #FEEAFA: hue angle of 312º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAFA is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 250 | - |
| CMYK | 0 | 0.08 | 0.02 | 0.00 |
| HSL | 312º | 0.91% | 0.96% | - |
| HSV(B) | 312º | 0.08% | 1% | - |
| XYZ | 87.55 | 86.82 | 102.59 | - |
| YUV | 241.8 | 132.63 | 136.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 250 | 0 | 0.08 | 0.02 | 0.00 | 312 | 0.91 | 0.96 |
| Hex | FE | EA | FA | 0 | 8 | 2 | 0 | 138 | 5B | 60 |
| Octal | 376 | 352 | 372 | 0 | 10 | 2 | 0 | 470 | 133 | 140 |
| Binary | 11111110 | 11101010 | 11111010 | 0 | 1000 | 10 | 0 | 100111000 | 1011011 | 1100000 |
Color Harmonies of #FEEAFA
Complementary color
Monochromatic Colors of #FEEAFA
Black with #FEEAFA
Text Example
Text Example
White with #FEEAFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAFA; }
p { color: rgb(254,234,250); }
H1.HeaderClassName
{
color: #FEEAFA;
}
.AnyTagClassName
{
color: #FEEAFA;
}
</style>
background-color css
<style>
a { background-color: #FEEAFA; }
a { background-color: rgb(254,234,250); }
div.DivClassName
{
background-color: #FEEAFA;
}
.BgClassName
{
background-color: #FEEAFA;
}
</style>
border-color css
<style>
span { border-color: #FEEAFA; }
span { border-color: rgb(254,234,250); }
td.TdClassName
{
border-color: #FEEAFA;
}
.TagClassName
{
border-color: #FEEAFA;
}
</style>