Shades of Lavender Blush #FFEAF1
Tints of Lavender Blush #FFEAF1
RGB
CMYK
RGB Variations
Color information
#FFEAF1 (or 0xFFEAF1) is known color: Lavender Blush. HEX triplet: FF, EA and F1. RGB value is (255,234,241). Sum of RGB (Red+Green+Blue) = 255+234+241=730 (96% of max value = 765). Red value is 255 (100% from 255 or 34.93% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 241 (94.53% from 255 or 33.01% from 730); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF1 is #00150E. Grayscale: #F1F1F1. Windows color (decimal): -5391 or 15854335. OLE color: 15854335.
HSL color Cylindrical-coordinate representation of color #FFEAF1: hue angle of 340º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FFEAF1 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 241 | - |
| CMYK | 0 | 0.08 | 0.05 | 0 |
| HSL | 340º | 1% | 0.96% | - |
| HSV(B) | 340º | 0.08% | 1% | - |
| XYZ | 86.54 | 86.46 | 95.35 | - |
| YUV | 241.08 | 127.96 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 241 | 0 | 0.08 | 0.05 | 0 | 340 | 1 | 0.96 |
| Hex | FF | EA | F1 | 0 | 8 | 5 | 0 | 154 | 64 | 60 |
| Octal | 377 | 352 | 361 | 0 | 10 | 5 | 0 | 524 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11110001 | 0 | 1000 | 101 | 0 | 101010100 | 1100100 | 1100000 |
Color Harmonies of #FFEAF1
Complementary color
Monochromatic Colors of #FFEAF1
Black with #FFEAF1
Text Example
Text Example
White with #FFEAF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAF1; }
p { color: rgb(255,234,241); }
H1.HeaderClassName
{
color: #FFEAF1;
}
.AnyTagClassName
{
color: #FFEAF1;
}
</style>
background-color css
<style>
a { background-color: #FFEAF1; }
a { background-color: rgb(255,234,241); }
div.DivClassName
{
background-color: #FFEAF1;
}
.BgClassName
{
background-color: #FFEAF1;
}
</style>
border-color css
<style>
span { border-color: #FFEAF1; }
span { border-color: rgb(255,234,241); }
td.TdClassName
{
border-color: #FFEAF1;
}
.TagClassName
{
border-color: #FFEAF1;
}
</style>