Shades of Lavender Blush #FDE9F0
Tints of Lavender Blush #FDE9F0
RGB
CMYK
RGB Variations
Color information
#FDE9F0 (or 0xFDE9F0) is known color: Lavender Blush. HEX triplet: FD, E9 and F0. RGB value is (253,233,240). Sum of RGB (Red+Green+Blue) = 253+233+240=726 (96% of max value = 765). Red value is 253 (99.22% from 255 or 34.85% from 726); Green value is 233 (91.41% from 255 or 32.09% from 726); Blue value is 240 (94.14% from 255 or 33.06% from 726); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9F0 is #02160F. Grayscale: #EFEFEF. Windows color (decimal): -136720 or 15788541. OLE color: 15788541.
HSL color Cylindrical-coordinate representation of color #FDE9F0: hue angle of 339º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #FDE9F0 is Cyan = 0, Magento = 0.08, Yellow = 0.05 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 233 | 240 | - |
CMYK | 0 | 0.08 | 0.05 | 0.01 |
HSL | 339º | 0.83% | 0.95% | - |
HSV(B) | 339º | 0.08% | 0.99% | - |
XYZ | 85.38 | 85.45 | 94.43 | - |
YUV | 239.78 | 128.13 | 137.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 233 | 240 | 0 | 0.08 | 0.05 | 0.01 | 339 | 0.83 | 0.95 |
Hex | FD | E9 | F0 | 0 | 8 | 5 | 1 | 153 | 53 | 5F |
Octal | 375 | 351 | 360 | 0 | 10 | 5 | 1 | 523 | 123 | 137 |
Binary | 11111101 | 11101001 | 11110000 | 0 | 1000 | 101 | 1 | 101010011 | 1010011 | 1011111 |
Color Harmonies of #FDE9F0
Complementary color
Monochromatic Colors of #FDE9F0
Black with #FDE9F0
Text Example
Text Example
White with #FDE9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9F0; }
p { color: rgb(253,233,240); }
H1.HeaderClassName
{
color: #FDE9F0;
}
.AnyTagClassName
{
color: #FDE9F0;
}
</style>
background-color css
<style>
a { background-color: #FDE9F0; }
a { background-color: rgb(253,233,240); }
div.DivClassName
{
background-color: #FDE9F0;
}
.BgClassName
{
background-color: #FDE9F0;
}
</style>
border-color css
<style>
span { border-color: #FDE9F0; }
span { border-color: rgb(253,233,240); }
td.TdClassName
{
border-color: #FDE9F0;
}
.TagClassName
{
border-color: #FDE9F0;
}
</style>