Shades of Lavender Blush #FEEAF2
Tints of Lavender Blush #FEEAF2
RGB
CMYK
RGB Variations
Color information
#FEEAF2 (or 0xFEEAF2) is known color: Lavender Blush. HEX triplet: FE, EA and F2. RGB value is (254,234,242). Sum of RGB (Red+Green+Blue) = 254+234+242=730 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.79% from 730); Green value is 234 (91.80% from 255 or 32.05% from 730); Blue value is 242 (94.92% from 255 or 33.15% from 730); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEAF2 is #01150D. Grayscale: #F0F0F0. Windows color (decimal): -70926 or 15919870. OLE color: 15919870.
HSL color Cylindrical-coordinate representation of color #FEEAF2: hue angle of 336º 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 #FEEAF2 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 234 | 242 | - |
CMYK | 0 | 0.08 | 0.05 | 0.00 |
HSL | 336º | 0.91% | 0.96% | - |
HSV(B) | 336º | 0.08% | 1% | - |
XYZ | 86.32 | 86.33 | 96.12 | - |
YUV | 240.89 | 128.63 | 137.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 234 | 242 | 0 | 0.08 | 0.05 | 0.00 | 336 | 0.91 | 0.96 |
Hex | FE | EA | F2 | 0 | 8 | 5 | 0 | 150 | 5B | 60 |
Octal | 376 | 352 | 362 | 0 | 10 | 5 | 0 | 520 | 133 | 140 |
Binary | 11111110 | 11101010 | 11110010 | 0 | 1000 | 101 | 0 | 101010000 | 1011011 | 1100000 |
Color Harmonies of #FEEAF2
Complementary color
Monochromatic Colors of #FEEAF2
Black with #FEEAF2
Text Example
Text Example
White with #FEEAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEAF2; }
p { color: rgb(254,234,242); }
H1.HeaderClassName
{
color: #FEEAF2;
}
.AnyTagClassName
{
color: #FEEAF2;
}
</style>
background-color css
<style>
a { background-color: #FEEAF2; }
a { background-color: rgb(254,234,242); }
div.DivClassName
{
background-color: #FEEAF2;
}
.BgClassName
{
background-color: #FEEAF2;
}
</style>
border-color css
<style>
span { border-color: #FEEAF2; }
span { border-color: rgb(254,234,242); }
td.TdClassName
{
border-color: #FEEAF2;
}
.TagClassName
{
border-color: #FEEAF2;
}
</style>