Shades of Lavender Blush #FFEAEF
Tints of Lavender Blush #FFEAEF
RGB
CMYK
RGB Variations
Color information
#FFEAEF (or 0xFFEAEF) is known color: Lavender Blush. HEX triplet: FF, EA and EF. RGB value is (255,234,239). Sum of RGB (Red+Green+Blue) = 255+234+239=728 (96% of max value = 765). Red value is 255 (100% from 255 or 35.03% from 728); Green value is 234 (91.80% from 255 or 32.14% from 728); Blue value is 239 (93.75% from 255 or 32.83% from 728); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAEF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAEF is #001510. Grayscale: #F0F0F0. Windows color (decimal): -5393 or 15723263. OLE color: 15723263.
HSL color Cylindrical-coordinate representation of color #FFEAEF: hue angle of 345.71º 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 #FFEAEF is Cyan = 0, Magento = 0.08, Yellow = 0.06 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 239 | - |
| CMYK | 0 | 0.08 | 0.06 | 0 |
| HSL | 345.71º | 1% | 0.96% | - |
| HSV(B) | 345.71º | 0.08% | 1% | - |
| XYZ | 86.24 | 86.34 | 93.78 | - |
| YUV | 240.85 | 126.96 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 239 | 0 | 0.08 | 0.06 | 0 | 345.71 | 1 | 0.96 |
| Hex | FF | EA | EF | 0 | 8 | 6 | 0 | 15A | 64 | 60 |
| Octal | 377 | 352 | 357 | 0 | 10 | 6 | 0 | 532 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11101111 | 0 | 1000 | 110 | 0 | 101011010 | 1100100 | 1100000 |
Color Harmonies of #FFEAEF
Complementary color
Monochromatic Colors of #FFEAEF
Black with #FFEAEF
Text Example
Text Example
White with #FFEAEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAEF; }
p { color: rgb(255,234,239); }
H1.HeaderClassName
{
color: #FFEAEF;
}
.AnyTagClassName
{
color: #FFEAEF;
}
</style>
background-color css
<style>
a { background-color: #FFEAEF; }
a { background-color: rgb(255,234,239); }
div.DivClassName
{
background-color: #FFEAEF;
}
.BgClassName
{
background-color: #FFEAEF;
}
</style>
border-color css
<style>
span { border-color: #FFEAEF; }
span { border-color: rgb(255,234,239); }
td.TdClassName
{
border-color: #FFEAEF;
}
.TagClassName
{
border-color: #FFEAEF;
}
</style>