Shades of Lavender Blush #FDEEF1
Tints of Lavender Blush #FDEEF1
RGB
CMYK
RGB Variations
Color information
#FDEEF1 (or 0xFDEEF1) is known color: Lavender Blush. HEX triplet: FD, EE and F1. RGB value is (253,238,241). Sum of RGB (Red+Green+Blue) = 253+238+241=732 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.56% from 732); Green value is 238 (93.36% from 255 or 32.51% from 732); Blue value is 241 (94.53% from 255 or 32.92% from 732); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF1 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF1 is #02110E. Grayscale: #F2F2F2. Windows color (decimal): -135439 or 15855357. OLE color: 15855357.
HSL color Cylindrical-coordinate representation of color #FDEEF1: hue angle of 348º degrees, saturation: 0.79, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #FDEEF1 is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 238 | 241 | - |
| CMYK | 0 | 0.06 | 0.05 | 0.01 |
| HSL | 348º | 0.79% | 0.96% | - |
| HSV(B) | 348º | 0.06% | 0.99% | - |
| XYZ | 86.96 | 88.38 | 95.7 | - |
| YUV | 242.83 | 126.97 | 135.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 238 | 241 | 0 | 0.06 | 0.05 | 0.01 | 348 | 0.79 | 0.96 |
| Hex | FD | EE | F1 | 0 | 6 | 5 | 1 | 15C | 4F | 60 |
| Octal | 375 | 356 | 361 | 0 | 6 | 5 | 1 | 534 | 117 | 140 |
| Binary | 11111101 | 11101110 | 11110001 | 0 | 110 | 101 | 1 | 101011100 | 1001111 | 1100000 |
Color Harmonies of #FDEEF1
Complementary color
Monochromatic Colors of #FDEEF1
Black with #FDEEF1
Text Example
Text Example
White with #FDEEF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF1; }
p { color: rgb(253,238,241); }
H1.HeaderClassName
{
color: #FDEEF1;
}
.AnyTagClassName
{
color: #FDEEF1;
}
</style>
background-color css
<style>
a { background-color: #FDEEF1; }
a { background-color: rgb(253,238,241); }
div.DivClassName
{
background-color: #FDEEF1;
}
.BgClassName
{
background-color: #FDEEF1;
}
</style>
border-color css
<style>
span { border-color: #FDEEF1; }
span { border-color: rgb(253,238,241); }
td.TdClassName
{
border-color: #FDEEF1;
}
.TagClassName
{
border-color: #FDEEF1;
}
</style>