Shades of Lavender Blush #FFEAF5
Tints of Lavender Blush #FFEAF5
RGB
CMYK
RGB Variations
Color information
#FFEAF5 (or 0xFFEAF5) is known color: Lavender Blush. HEX triplet: FF, EA and F5. RGB value is (255,234,245). Sum of RGB (Red+Green+Blue) = 255+234+245=734 (97% of max value = 765). Red value is 255 (100% from 255 or 34.74% from 734); Green value is 234 (91.80% from 255 or 31.88% from 734); Blue value is 245 (96.09% from 255 or 33.38% from 734); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF5 is #00150A. Grayscale: #F1F1F1. Windows color (decimal): -5387 or 16116479. OLE color: 16116479.
HSL color Cylindrical-coordinate representation of color #FFEAF5: hue angle of 328.57º 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 #FFEAF5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 245 | - |
CMYK | 0 | 0.08 | 0.04 | 0 |
HSL | 328.57º | 1% | 0.96% | - |
HSV(B) | 328.57º | 0.08% | 1% | - |
XYZ | 87.14 | 86.7 | 98.53 | - |
YUV | 241.53 | 129.96 | 137.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 245 | 0 | 0.08 | 0.04 | 0 | 328.57 | 1 | 0.96 |
Hex | FF | EA | F5 | 0 | 8 | 4 | 0 | 149 | 64 | 60 |
Octal | 377 | 352 | 365 | 0 | 10 | 4 | 0 | 511 | 144 | 140 |
Binary | 11111111 | 11101010 | 11110101 | 0 | 1000 | 100 | 0 | 101001001 | 1100100 | 1100000 |
Color Harmonies of #FFEAF5
Complementary color
Monochromatic Colors of #FFEAF5
Black with #FFEAF5
Text Example
Text Example
White with #FFEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAF5; }
p { color: rgb(255,234,245); }
H1.HeaderClassName
{
color: #FFEAF5;
}
.AnyTagClassName
{
color: #FFEAF5;
}
</style>
background-color css
<style>
a { background-color: #FFEAF5; }
a { background-color: rgb(255,234,245); }
div.DivClassName
{
background-color: #FFEAF5;
}
.BgClassName
{
background-color: #FFEAF5;
}
</style>
border-color css
<style>
span { border-color: #FFEAF5; }
span { border-color: rgb(255,234,245); }
td.TdClassName
{
border-color: #FFEAF5;
}
.TagClassName
{
border-color: #FFEAF5;
}
</style>