Shades of Lavender Blush #FEEAF1
Tints of Lavender Blush #FEEAF1
RGB
CMYK
RGB Variations
Color information
#FEEAF1 (or 0xFEEAF1) is known color: Lavender Blush. HEX triplet: FE, EA and F1. RGB value is (254,234,241). Sum of RGB (Red+Green+Blue) = 254+234+241=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 234 (91.80% from 255 or 32.10% from 729); Blue value is 241 (94.53% from 255 or 33.06% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF1 is #01150E. Grayscale: #F0F0F0. Windows color (decimal): -70927 or 15854334. OLE color: 15854334.
HSL color Cylindrical-coordinate representation of color #FEEAF1: hue angle of 339º 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 #FEEAF1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 234 | 241 | - |
| CMYK | 0 | 0.08 | 0.05 | 0.00 |
| HSL | 339º | 0.91% | 0.96% | - |
| HSV(B) | 339º | 0.08% | 1% | - |
| XYZ | 86.17 | 86.27 | 95.33 | - |
| YUV | 240.78 | 128.13 | 137.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 234 | 241 | 0 | 0.08 | 0.05 | 0.00 | 339 | 0.91 | 0.96 |
| Hex | FE | EA | F1 | 0 | 8 | 5 | 0 | 153 | 5B | 60 |
| Octal | 376 | 352 | 361 | 0 | 10 | 5 | 0 | 523 | 133 | 140 |
| Binary | 11111110 | 11101010 | 11110001 | 0 | 1000 | 101 | 0 | 101010011 | 1011011 | 1100000 |
Color Harmonies of #FEEAF1
Complementary color
Monochromatic Colors of #FEEAF1
Black with #FEEAF1
Text Example
Text Example
White with #FEEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF1; }
p { color: rgb(254,234,241); }
H1.HeaderClassName
{
color: #FEEAF1;
}
.AnyTagClassName
{
color: #FEEAF1;
}
</style>
background-color css
<style>
a { background-color: #FEEAF1; }
a { background-color: rgb(254,234,241); }
div.DivClassName
{
background-color: #FEEAF1;
}
.BgClassName
{
background-color: #FEEAF1;
}
</style>
border-color css
<style>
span { border-color: #FEEAF1; }
span { border-color: rgb(254,234,241); }
td.TdClassName
{
border-color: #FEEAF1;
}
.TagClassName
{
border-color: #FEEAF1;
}
</style>