Shades of Lavender Blush #FEE8F2
Tints of Lavender Blush #FEE8F2
RGB
CMYK
RGB Variations
Color information
#FEE8F2 (or 0xFEE8F2) is known color: Lavender Blush. HEX triplet: FE, E8 and F2. RGB value is (254,232,242). Sum of RGB (Red+Green+Blue) = 254+232+242=728 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.89% from 728); Green value is 232 (91.02% from 255 or 31.87% from 728); Blue value is 242 (94.92% from 255 or 33.24% from 728); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F2 is #01170D. Grayscale: #EFEFEF. Windows color (decimal): -71438 or 15919358. OLE color: 15919358.
HSL color Cylindrical-coordinate representation of color #FEE8F2: hue angle of 332.73º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #FEE8F2 is Cyan = 0, Magento = 0.09, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 242 | - |
CMYK | 0 | 0.09 | 0.05 | 0.00 |
HSL | 332.73º | 0.92% | 0.95% | - |
HSV(B) | 332.73º | 0.09% | 1% | - |
XYZ | 85.76 | 85.19 | 95.93 | - |
YUV | 239.72 | 129.29 | 138.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 242 | 0 | 0.09 | 0.05 | 0.00 | 332.73 | 0.92 | 0.95 |
Hex | FE | E8 | F2 | 0 | 9 | 5 | 0 | 14D | 5C | 5F |
Octal | 376 | 350 | 362 | 0 | 11 | 5 | 0 | 515 | 134 | 137 |
Binary | 11111110 | 11101000 | 11110010 | 0 | 1001 | 101 | 0 | 101001101 | 1011100 | 1011111 |
Color Harmonies of #FEE8F2
Complementary color
Monochromatic Colors of #FEE8F2
Black with #FEE8F2
Text Example
Text Example
White with #FEE8F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F2; }
p { color: rgb(254,232,242); }
H1.HeaderClassName
{
color: #FEE8F2;
}
.AnyTagClassName
{
color: #FEE8F2;
}
</style>
background-color css
<style>
a { background-color: #FEE8F2; }
a { background-color: rgb(254,232,242); }
div.DivClassName
{
background-color: #FEE8F2;
}
.BgClassName
{
background-color: #FEE8F2;
}
</style>
border-color css
<style>
span { border-color: #FEE8F2; }
span { border-color: rgb(254,232,242); }
td.TdClassName
{
border-color: #FEE8F2;
}
.TagClassName
{
border-color: #FEE8F2;
}
</style>