Shades of Lavender Blush #FEE4F3
Tints of Lavender Blush #FEE4F3
RGB
CMYK
RGB Variations
Color information
#FEE4F3 (or 0xFEE4F3) is known color: Lavender Blush. HEX triplet: FE, E4 and F3. RGB value is (254,228,243). Sum of RGB (Red+Green+Blue) = 254+228+243=725 (96% of max value = 765). Red value is 254 (99.61% from 255 or 35.03% from 725); Green value is 228 (89.45% from 255 or 31.45% from 725); Blue value is 243 (95.31% from 255 or 33.52% from 725); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE4F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE4F3 is #011B0C. Grayscale: #EDEDED. Windows color (decimal): -72461 or 15983870. OLE color: 15983870.
HSL color Cylindrical-coordinate representation of color #FEE4F3: hue angle of 325.38º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #FEE4F3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
RGB | 254 | 228 | 243 | - |
CMYK | 0 | 0.10 | 0.04 | 0.00 |
HSL | 325.38º | 0.93% | 0.95% | - |
HSV(B) | 325.38º | 0.1% | 1% | - |
XYZ | 84.79 | 83.03 | 96.35 | - |
YUV | 237.48 | 131.11 | 139.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 254 | 228 | 243 | 0 | 0.10 | 0.04 | 0.00 | 325.38 | 0.93 | 0.95 |
Hex | FE | E4 | F3 | 0 | A | 4 | 0 | 145 | 5D | 5F |
Octal | 376 | 344 | 363 | 0 | 12 | 4 | 0 | 505 | 135 | 137 |
Binary | 11111110 | 11100100 | 11110011 | 0 | 1010 | 100 | 0 | 101000101 | 1011101 | 1011111 |
Color Harmonies of #FEE4F3
Complementary color
Monochromatic Colors of #FEE4F3
Black with #FEE4F3
Text Example
Text Example
White with #FEE4F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE4F3; }
p { color: rgb(254,228,243); }
H1.HeaderClassName
{
color: #FEE4F3;
}
.AnyTagClassName
{
color: #FEE4F3;
}
</style>
background-color css
<style>
a { background-color: #FEE4F3; }
a { background-color: rgb(254,228,243); }
div.DivClassName
{
background-color: #FEE4F3;
}
.BgClassName
{
background-color: #FEE4F3;
}
</style>
border-color css
<style>
span { border-color: #FEE4F3; }
span { border-color: rgb(254,228,243); }
td.TdClassName
{
border-color: #FEE4F3;
}
.TagClassName
{
border-color: #FEE4F3;
}
</style>