Shades of Lavender Blush #FEEAF9
Tints of Lavender Blush #FEEAF9
RGB
CMYK
RGB Variations
Color information
#FEEAF9 (or 0xFEEAF9) is known color: Lavender Blush. HEX triplet: FE, EA and F9. RGB value is (254,234,249). Sum of RGB (Red+Green+Blue) = 254+234+249=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 249 (97.66% from 255 or 33.79% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF9 is #011506. Grayscale: #F1F1F1. Windows color (decimal): -70919 or 16378622. OLE color: 16378622.
HSL color Cylindrical-coordinate representation of color #FEEAF9: hue angle of 315º 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 #FEEAF9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 249 | - |
CMYK | 0 | 0.08 | 0.02 | 0.00 |
HSL | 315º | 0.91% | 0.96% | - |
HSV(B) | 315º | 0.08% | 1% | - |
XYZ | 87.39 | 86.76 | 101.76 | - |
YUV | 241.69 | 132.13 | 136.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 249 | 0 | 0.08 | 0.02 | 0.00 | 315 | 0.91 | 0.96 |
Hex | FE | EA | F9 | 0 | 8 | 2 | 0 | 13B | 5B | 60 |
Octal | 376 | 352 | 371 | 0 | 10 | 2 | 0 | 473 | 133 | 140 |
Binary | 11111110 | 11101010 | 11111001 | 0 | 1000 | 10 | 0 | 100111011 | 1011011 | 1100000 |
Color Harmonies of #FEEAF9
Complementary color
Monochromatic Colors of #FEEAF9
Black with #FEEAF9
Text Example
Text Example
White with #FEEAF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF9; }
p { color: rgb(254,234,249); }
H1.HeaderClassName
{
color: #FEEAF9;
}
.AnyTagClassName
{
color: #FEEAF9;
}
</style>
background-color css
<style>
a { background-color: #FEEAF9; }
a { background-color: rgb(254,234,249); }
div.DivClassName
{
background-color: #FEEAF9;
}
.BgClassName
{
background-color: #FEEAF9;
}
</style>
border-color css
<style>
span { border-color: #FEEAF9; }
span { border-color: rgb(254,234,249); }
td.TdClassName
{
border-color: #FEEAF9;
}
.TagClassName
{
border-color: #FEEAF9;
}
</style>