Shades of Lavender Blush #FDEEF9
Tints of Lavender Blush #FDEEF9
RGB
CMYK
RGB Variations
Color information
#FDEEF9 (or 0xFDEEF9) is known color: Lavender Blush. HEX triplet: FD, EE and F9. RGB value is (253,238,249). Sum of RGB (Red+Green+Blue) = 253+238+249=740 (98% of max value = 765). Red value is 253 (99.22% from 255 or 34.19% from 740); Green value is 238 (93.36% from 255 or 32.16% from 740); Blue value is 249 (97.66% from 255 or 33.65% from 740); Max value from RGB is 253 - color contains mainly: red. Hex color #FDEEF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDEEF9 is #021106. Grayscale: #F3F3F3. Windows color (decimal): -135431 or 16379645. OLE color: 16379645.
HSL color Cylindrical-coordinate representation of color #FDEEF9: hue angle of 316º 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 #FDEEF9 is Cyan = 0, Magento = 0.06, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 238 | 249 | - |
CMYK | 0 | 0.06 | 0.02 | 0.01 |
HSL | 316º | 0.79% | 0.96% | - |
HSV(B) | 316º | 0.06% | 0.99% | - |
XYZ | 88.18 | 88.87 | 102.13 | - |
YUV | 243.74 | 130.97 | 134.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 238 | 249 | 0 | 0.06 | 0.02 | 0.01 | 316 | 0.79 | 0.96 |
Hex | FD | EE | F9 | 0 | 6 | 2 | 1 | 13C | 4F | 60 |
Octal | 375 | 356 | 371 | 0 | 6 | 2 | 1 | 474 | 117 | 140 |
Binary | 11111101 | 11101110 | 11111001 | 0 | 110 | 10 | 1 | 100111100 | 1001111 | 1100000 |
Color Harmonies of #FDEEF9
Complementary color
Monochromatic Colors of #FDEEF9
Black with #FDEEF9
Text Example
Text Example
White with #FDEEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDEEF9; }
p { color: rgb(253,238,249); }
H1.HeaderClassName
{
color: #FDEEF9;
}
.AnyTagClassName
{
color: #FDEEF9;
}
</style>
background-color css
<style>
a { background-color: #FDEEF9; }
a { background-color: rgb(253,238,249); }
div.DivClassName
{
background-color: #FDEEF9;
}
.BgClassName
{
background-color: #FDEEF9;
}
</style>
border-color css
<style>
span { border-color: #FDEEF9; }
span { border-color: rgb(253,238,249); }
td.TdClassName
{
border-color: #FDEEF9;
}
.TagClassName
{
border-color: #FDEEF9;
}
</style>