Shades of Lavender Blush #FEEAF5
Tints of Lavender Blush #FEEAF5
RGB
CMYK
RGB Variations
Color information
#FEEAF5 (or 0xFEEAF5) is known color: Lavender Blush. HEX triplet: FE, EA and F5. RGB value is (254,234,245). Sum of RGB (Red+Green+Blue) = 254+234+245=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 234 (91.80% from 255 or 31.92% from 733); Blue value is 245 (96.09% from 255 or 33.42% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF5 is #01150A. Grayscale: #F1F1F1. Windows color (decimal): -70923 or 16116478. OLE color: 16116478.
HSL color Cylindrical-coordinate representation of color #FEEAF5: hue angle of 327º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FEEAF5 is Cyan = 0, Magento = 0.08, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 245 | - |
CMYK | 0 | 0.08 | 0.04 | 0.00 |
HSL | 327º | 0.91% | 0.96% | - |
HSV(B) | 327º | 0.08% | 1% | - |
XYZ | 86.78 | 86.51 | 98.51 | - |
YUV | 241.23 | 130.13 | 137.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 245 | 0 | 0.08 | 0.04 | 0.00 | 327 | 0.91 | 0.96 |
Hex | FE | EA | F5 | 0 | 8 | 4 | 0 | 147 | 5B | 60 |
Octal | 376 | 352 | 365 | 0 | 10 | 4 | 0 | 507 | 133 | 140 |
Binary | 11111110 | 11101010 | 11110101 | 0 | 1000 | 100 | 0 | 101000111 | 1011011 | 1100000 |
Color Harmonies of #FEEAF5
Complementary color
Monochromatic Colors of #FEEAF5
Black with #FEEAF5
Text Example
Text Example
White with #FEEAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF5; }
p { color: rgb(254,234,245); }
H1.HeaderClassName
{
color: #FEEAF5;
}
.AnyTagClassName
{
color: #FEEAF5;
}
</style>
background-color css
<style>
a { background-color: #FEEAF5; }
a { background-color: rgb(254,234,245); }
div.DivClassName
{
background-color: #FEEAF5;
}
.BgClassName
{
background-color: #FEEAF5;
}
</style>
border-color css
<style>
span { border-color: #FEEAF5; }
span { border-color: rgb(254,234,245); }
td.TdClassName
{
border-color: #FEEAF5;
}
.TagClassName
{
border-color: #FEEAF5;
}
</style>