Shades of Lavender Blush #FEEAF7
Tints of Lavender Blush #FEEAF7
RGB
CMYK
RGB Variations
Color information
#FEEAF7 (or 0xFEEAF7) is known color: Lavender Blush. HEX triplet: FE, EA and F7. RGB value is (254,234,247). Sum of RGB (Red+Green+Blue) = 254+234+247=735 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.56% from 735); Green value is 234 (91.80% from 255 or 31.84% from 735); Blue value is 247 (96.88% from 255 or 33.61% from 735); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF7 is #011508. Grayscale: #F1F1F1. Windows color (decimal): -70921 or 16247550. OLE color: 16247550.
HSL color Cylindrical-coordinate representation of color #FEEAF7: hue angle of 321º 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 #FEEAF7 is Cyan = 0, Magento = 0.08, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 247 | - |
CMYK | 0 | 0.08 | 0.03 | 0.00 |
HSL | 321º | 0.91% | 0.96% | - |
HSV(B) | 321º | 0.08% | 1% | - |
XYZ | 87.08 | 86.63 | 100.13 | - |
YUV | 241.46 | 131.13 | 136.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 247 | 0 | 0.08 | 0.03 | 0.00 | 321 | 0.91 | 0.96 |
Hex | FE | EA | F7 | 0 | 8 | 3 | 0 | 141 | 5B | 60 |
Octal | 376 | 352 | 367 | 0 | 10 | 3 | 0 | 501 | 133 | 140 |
Binary | 11111110 | 11101010 | 11110111 | 0 | 1000 | 11 | 0 | 101000001 | 1011011 | 1100000 |
Color Harmonies of #FEEAF7
Complementary color
Monochromatic Colors of #FEEAF7
Black with #FEEAF7
Text Example
Text Example
White with #FEEAF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF7; }
p { color: rgb(254,234,247); }
H1.HeaderClassName
{
color: #FEEAF7;
}
.AnyTagClassName
{
color: #FEEAF7;
}
</style>
background-color css
<style>
a { background-color: #FEEAF7; }
a { background-color: rgb(254,234,247); }
div.DivClassName
{
background-color: #FEEAF7;
}
.BgClassName
{
background-color: #FEEAF7;
}
</style>
border-color css
<style>
span { border-color: #FEEAF7; }
span { border-color: rgb(254,234,247); }
td.TdClassName
{
border-color: #FEEAF7;
}
.TagClassName
{
border-color: #FEEAF7;
}
</style>