Shades of Lavender Blush #FEEAF0
Tints of Lavender Blush #FEEAF0
RGB
CMYK
RGB Variations
Color information
#FEEAF0 (or 0xFEEAF0) is known color: Lavender Blush. HEX triplet: FE, EA and F0. RGB value is (254,234,240). Sum of RGB (Red+Green+Blue) = 254+234+240=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 240 (94.14% from 255 or 32.97% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF0 is #01150F. Grayscale: #F0F0F0. Windows color (decimal): -70928 or 15788798. OLE color: 15788798.
HSL color Cylindrical-coordinate representation of color #FEEAF0: hue angle of 342º 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 #FEEAF0 is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 240 | - |
CMYK | 0 | 0.08 | 0.06 | 0.00 |
HSL | 342º | 0.91% | 0.96% | - |
HSV(B) | 342º | 0.08% | 1% | - |
XYZ | 86.02 | 86.21 | 94.54 | - |
YUV | 240.66 | 127.63 | 137.51 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 240 | 0 | 0.08 | 0.06 | 0.00 | 342 | 0.91 | 0.96 |
Hex | FE | EA | F0 | 0 | 8 | 6 | 0 | 156 | 5B | 60 |
Octal | 376 | 352 | 360 | 0 | 10 | 6 | 0 | 526 | 133 | 140 |
Binary | 11111110 | 11101010 | 11110000 | 0 | 1000 | 110 | 0 | 101010110 | 1011011 | 1100000 |
Color Harmonies of #FEEAF0
Complementary color
Monochromatic Colors of #FEEAF0
Black with #FEEAF0
Text Example
Text Example
White with #FEEAF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF0; }
p { color: rgb(254,234,240); }
H1.HeaderClassName
{
color: #FEEAF0;
}
.AnyTagClassName
{
color: #FEEAF0;
}
</style>
background-color css
<style>
a { background-color: #FEEAF0; }
a { background-color: rgb(254,234,240); }
div.DivClassName
{
background-color: #FEEAF0;
}
.BgClassName
{
background-color: #FEEAF0;
}
</style>
border-color css
<style>
span { border-color: #FEEAF0; }
span { border-color: rgb(254,234,240); }
td.TdClassName
{
border-color: #FEEAF0;
}
.TagClassName
{
border-color: #FEEAF0;
}
</style>