Shades of Lavender Blush #FEEEF5
Tints of Lavender Blush #FEEEF5
RGB
CMYK
RGB Variations
Color information
#FEEEF5 (or 0xFEEEF5) is known color: Lavender Blush. HEX triplet: FE, EE and F5. RGB value is (254,238,245). Sum of RGB (Red+Green+Blue) = 254+238+245=737 (97% of max value = 765). Red value is 254 (99.61% from 255 or 34.46% from 737); Green value is 238 (93.36% from 255 or 32.29% from 737); Blue value is 245 (96.09% from 255 or 33.24% from 737); Max value from RGB is 254 - color contains mainly: red. Hex color #FEEEF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FEEEF5 is #01110A. Grayscale: #F3F3F3. Windows color (decimal): -69899 or 16117502. OLE color: 16117502.
HSL color Cylindrical-coordinate representation of color #FEEEF5: hue angle of 333.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 #FEEEF5 is Cyan = 0, Magento = 0.06, Yellow = 0.04 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 254 | 238 | 245 | - |
| CMYK | 0 | 0.06 | 0.04 | 0.00 |
| HSL | 333.75º | 0.89% | 0.96% | - |
| HSV(B) | 333.75º | 0.06% | 1% | - |
| XYZ | 87.93 | 88.81 | 98.89 | - |
| YUV | 243.58 | 128.8 | 135.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 254 | 238 | 245 | 0 | 0.06 | 0.04 | 0.00 | 333.75 | 0.89 | 0.96 |
| Hex | FE | EE | F5 | 0 | 6 | 4 | 0 | 14E | 59 | 60 |
| Octal | 376 | 356 | 365 | 0 | 6 | 4 | 0 | 516 | 131 | 140 |
| Binary | 11111110 | 11101110 | 11110101 | 0 | 110 | 100 | 0 | 101001110 | 1011001 | 1100000 |
Color Harmonies of #FEEEF5
Complementary color
Monochromatic Colors of #FEEEF5
Black with #FEEEF5
Text Example
Text Example
White with #FEEEF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FEEEF5; }
p { color: rgb(254,238,245); }
H1.HeaderClassName
{
color: #FEEEF5;
}
.AnyTagClassName
{
color: #FEEEF5;
}
</style>
background-color css
<style>
a { background-color: #FEEEF5; }
a { background-color: rgb(254,238,245); }
div.DivClassName
{
background-color: #FEEEF5;
}
.BgClassName
{
background-color: #FEEEF5;
}
</style>
border-color css
<style>
span { border-color: #FEEEF5; }
span { border-color: rgb(254,238,245); }
td.TdClassName
{
border-color: #FEEEF5;
}
.TagClassName
{
border-color: #FEEEF5;
}
</style>