Shades of Lavender Blush #FEE5F3
Tints of Lavender Blush #FEE5F3
RGB
CMYK
RGB Variations
Color information
#FEE5F3 (or 0xFEE5F3) is known color: Lavender Blush. HEX triplet: FE, E5 and F3. RGB value is (254,229,243). Sum of RGB (Red+Green+Blue) = 254+229+243=726 (96% of max value = 765). Red value is 254 (99.61% from 255 or 34.99% from 726); Green value is 229 (89.84% from 255 or 31.54% from 726); Blue value is 243 (95.31% from 255 or 33.47% from 726); Max value from RGB is 254 - color contains mainly: red. Hex color #FEE5F3 is not a web safe color. Web safe color analog (approx): #FFCCFF. Inversed color of #FEE5F3 is #011A0C. Grayscale: #EEEEEE. Windows color (decimal): -72205 or 15984126. OLE color: 15984126.
HSL color Cylindrical-coordinate representation of color #FEE5F3: hue angle of 326.4º 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 #FEE5F3 is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 229 | 243 | - |
| CMYK | 0 | 0.10 | 0.04 | 0.00 |
| HSL | 326.4º | 0.93% | 0.95% | - |
| HSV(B) | 326.4º | 0.1% | 1% | - |
| XYZ | 85.07 | 83.58 | 96.44 | - |
| YUV | 238.07 | 130.78 | 139.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 229 | 243 | 0 | 0.10 | 0.04 | 0.00 | 326.4 | 0.93 | 0.95 |
| Hex | FE | E5 | F3 | 0 | A | 4 | 0 | 146 | 5D | 5F |
| Octal | 376 | 345 | 363 | 0 | 12 | 4 | 0 | 506 | 135 | 137 |
| Binary | 11111110 | 11100101 | 11110011 | 0 | 1010 | 100 | 0 | 101000110 | 1011101 | 1011111 |
Color Harmonies of #FEE5F3
Complementary color
Monochromatic Colors of #FEE5F3
Black with #FEE5F3
Text Example
Text Example
White with #FEE5F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEE5F3; }
p { color: rgb(254,229,243); }
H1.HeaderClassName
{
color: #FEE5F3;
}
.AnyTagClassName
{
color: #FEE5F3;
}
</style>
background-color css
<style>
a { background-color: #FEE5F3; }
a { background-color: rgb(254,229,243); }
div.DivClassName
{
background-color: #FEE5F3;
}
.BgClassName
{
background-color: #FEE5F3;
}
</style>
border-color css
<style>
span { border-color: #FEE5F3; }
span { border-color: rgb(254,229,243); }
td.TdClassName
{
border-color: #FEE5F3;
}
.TagClassName
{
border-color: #FEE5F3;
}
</style>