Shades of Lavender Blush #FFEAF6
Tints of Lavender Blush #FFEAF6
RGB
CMYK
RGB Variations
Color information
#FFEAF6 (or 0xFFEAF6) is known color: Lavender Blush. HEX triplet: FF, EA and F6. RGB value is (255,234,246). Sum of RGB (Red+Green+Blue) = 255+234+246=735 (97% of max value = 765). Red value is 255 (100% from 255 or 34.69% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 246 (96.48% from 255 or 33.47% from 735); Max value from RGB is 255 - color contains mainly: red. Hex color #FFEAF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFEAF6 is #001509. Grayscale: #F1F1F1. Windows color (decimal): -5386 or 16182015. OLE color: 16182015.
HSL color Cylindrical-coordinate representation of color #FFEAF6: hue angle of 325.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 #FFEAF6 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
RGB | 255 | 234 | 246 | - |
CMYK | 0 | 0.08 | 0.04 | 0 |
HSL | 325.71º | 1% | 0.96% | - |
HSV(B) | 325.71º | 0.08% | 1% | - |
XYZ | 87.3 | 86.76 | 99.33 | - |
YUV | 241.65 | 130.46 | 137.52 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 255 | 234 | 246 | 0 | 0.08 | 0.04 | 0 | 325.71 | 1 | 0.96 |
Hex | FF | EA | F6 | 0 | 8 | 4 | 0 | 146 | 64 | 60 |
Octal | 377 | 352 | 366 | 0 | 10 | 4 | 0 | 506 | 144 | 140 |
Binary | 11111111 | 11101010 | 11110110 | 0 | 1000 | 100 | 0 | 101000110 | 1100100 | 1100000 |
Color Harmonies of #FFEAF6
Complementary color
Monochromatic Colors of #FFEAF6
Black with #FFEAF6
Text Example
Text Example
White with #FFEAF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFEAF6; }
p { color: rgb(255,234,246); }
H1.HeaderClassName
{
color: #FFEAF6;
}
.AnyTagClassName
{
color: #FFEAF6;
}
</style>
background-color css
<style>
a { background-color: #FFEAF6; }
a { background-color: rgb(255,234,246); }
div.DivClassName
{
background-color: #FFEAF6;
}
.BgClassName
{
background-color: #FFEAF6;
}
</style>
border-color css
<style>
span { border-color: #FFEAF6; }
span { border-color: rgb(255,234,246); }
td.TdClassName
{
border-color: #FFEAF6;
}
.TagClassName
{
border-color: #FFEAF6;
}
</style>