Shades of Lavender Blush #FFEAF8
Tints of Lavender Blush #FFEAF8
RGB
CMYK
RGB Variations
Color information
#FFEAF8 (or 0xFFEAF8) is known color: Lavender Blush. HEX triplet: FF, EA and F8. RGB value is (255,234,248). Sum of RGB (Red+Green+Blue) = 255+234+248=737 (97% of max value = 765). Red value is 255 (100% from 255 or 34.60% from 737); Green value is 234 (91.80% from 255 or 31.75% from 737); Blue value is 248 (97.27% from 255 or 33.65% from 737); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF8 is #001507. Grayscale: #F1F1F1. Windows color (decimal): -5384 or 16313087. OLE color: 16313087.
HSL color Cylindrical-coordinate representation of color #FFEAF8: hue angle of 320º 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 #FFEAF8 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 234 | 248 | - |
| CMYK | 0 | 0.08 | 0.03 | 0 |
| HSL | 320º | 1% | 0.96% | - |
| HSV(B) | 320º | 0.08% | 1% | - |
| XYZ | 87.61 | 86.88 | 100.96 | - |
| YUV | 241.88 | 131.46 | 137.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 234 | 248 | 0 | 0.08 | 0.03 | 0 | 320 | 1 | 0.96 |
| Hex | FF | EA | F8 | 0 | 8 | 3 | 0 | 140 | 64 | 60 |
| Octal | 377 | 352 | 370 | 0 | 10 | 3 | 0 | 500 | 144 | 140 |
| Binary | 11111111 | 11101010 | 11111000 | 0 | 1000 | 11 | 0 | 101000000 | 1100100 | 1100000 |
Color Harmonies of #FFEAF8
Complementary color
Monochromatic Colors of #FFEAF8
Black with #FFEAF8
Text Example
Text Example
White with #FFEAF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAF8; }
p { color: rgb(255,234,248); }
H1.HeaderClassName
{
color: #FFEAF8;
}
.AnyTagClassName
{
color: #FFEAF8;
}
</style>
background-color css
<style>
a { background-color: #FFEAF8; }
a { background-color: rgb(255,234,248); }
div.DivClassName
{
background-color: #FFEAF8;
}
.BgClassName
{
background-color: #FFEAF8;
}
</style>
border-color css
<style>
span { border-color: #FFEAF8; }
span { border-color: rgb(255,234,248); }
td.TdClassName
{
border-color: #FFEAF8;
}
.TagClassName
{
border-color: #FFEAF8;
}
</style>