Shades of Lavender Blush #FEE8F3
Tints of Lavender Blush #FEE8F3
RGB
CMYK
RGB Variations
Color information
#FEE8F3 (or 0xFEE8F3) is known color: Lavender Blush. HEX triplet: FE, E8 and F3. RGB value is (254,232,243). Sum of RGB (Red+Green+Blue) = 254+232+243=729 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.84% from 729); Green value is 232 (91.02% from 255 or 31.82% from 729); Blue value is 243 (95.31% from 255 or 33.33% from 729); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE8F3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEE8F3 is #01170C. Grayscale: #EFEFEF. Windows color (decimal): -71437 or 15984894. OLE color: 15984894.
HSL color Cylindrical-coordinate representation of color #FEE8F3: hue angle of 330º 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 #FEE8F3 is Cyan = 0, Magento = 0.09, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 232 | 243 | - |
CMYK | 0 | 0.09 | 0.04 | 0.00 |
HSL | 330º | 0.92% | 0.95% | - |
HSV(B) | 330º | 0.09% | 1% | - |
XYZ | 85.91 | 85.26 | 96.72 | - |
YUV | 239.83 | 129.79 | 138.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 232 | 243 | 0 | 0.09 | 0.04 | 0.00 | 330 | 0.92 | 0.95 |
Hex | FE | E8 | F3 | 0 | 9 | 4 | 0 | 14A | 5C | 5F |
Octal | 376 | 350 | 363 | 0 | 11 | 4 | 0 | 512 | 134 | 137 |
Binary | 11111110 | 11101000 | 11110011 | 0 | 1001 | 100 | 0 | 101001010 | 1011100 | 1011111 |
Color Harmonies of #FEE8F3
Complementary color
Monochromatic Colors of #FEE8F3
Black with #FEE8F3
Text Example
Text Example
White with #FEE8F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE8F3; }
p { color: rgb(254,232,243); }
H1.HeaderClassName
{
color: #FEE8F3;
}
.AnyTagClassName
{
color: #FEE8F3;
}
</style>
background-color css
<style>
a { background-color: #FEE8F3; }
a { background-color: rgb(254,232,243); }
div.DivClassName
{
background-color: #FEE8F3;
}
.BgClassName
{
background-color: #FEE8F3;
}
</style>
border-color css
<style>
span { border-color: #FEE8F3; }
span { border-color: rgb(254,232,243); }
td.TdClassName
{
border-color: #FEE8F3;
}
.TagClassName
{
border-color: #FEE8F3;
}
</style>