Shades of Lavender Blush #FEEEF1
Tints of Lavender Blush #FEEEF1
RGB
CMYK
RGB Variations
Color information
#FEEEF1 (or 0xFEEEF1) is known color: Lavender Blush. HEX triplet: FE, EE and F1. RGB value is (254,238,241). Sum of RGB (Red+Green+Blue) = 254+238+241=733 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.65% from 733); Green value is 238 (93.36% from 255 or 32.47% from 733); Blue value is 241 (94.53% from 255 or 32.88% from 733); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF1 is #01110E. Grayscale: #F3F3F3. Windows color (decimal): -69903 or 15855358. OLE color: 15855358.
HSL color Cylindrical-coordinate representation of color #FEEEF1: hue angle of 348.75º degrees, saturation: 0.89, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FEEEF1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 241 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.00 |
| HSL | 348.75º | 0.89% | 0.96% | - |
| HSV(B) | 348.75º | 0.06% | 1% | - |
| XYZ | 87.32 | 88.57 | 95.71 | - |
| YUV | 243.13 | 126.8 | 135.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 241 | 0 | 0.06 | 0.05 | 0.00 | 348.75 | 0.89 | 0.96 |
| Hex | FE | EE | F1 | 0 | 6 | 5 | 0 | 15D | 59 | 60 |
| Octal | 376 | 356 | 361 | 0 | 6 | 5 | 0 | 535 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11110001 | 0 | 110 | 101 | 0 | 101011101 | 1011001 | 1100000 |
Color Harmonies of #FEEEF1
Complementary color
Monochromatic Colors of #FEEEF1
Black with #FEEEF1
Text Example
Text Example
White with #FEEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEF1; }
p { color: rgb(254,238,241); }
H1.HeaderClassName
{
color: #FEEEF1;
}
.AnyTagClassName
{
color: #FEEEF1;
}
</style>
background-color css
<style>
a { background-color: #FEEEF1; }
a { background-color: rgb(254,238,241); }
div.DivClassName
{
background-color: #FEEEF1;
}
.BgClassName
{
background-color: #FEEEF1;
}
</style>
border-color css
<style>
span { border-color: #FEEEF1; }
span { border-color: rgb(254,238,241); }
td.TdClassName
{
border-color: #FEEEF1;
}
.TagClassName
{
border-color: #FEEEF1;
}
</style>