Shades of Lavender Blush #FDE9F9
Tints of Lavender Blush #FDE9F9
RGB
CMYK
RGB Variations
Color information
#FDE9F9 (or 0xFDE9F9) is known color: Lavender Blush. HEX triplet: FD, E9 and F9. RGB value is (253,233,249). Sum of RGB (Red+Green+Blue) = 253+233+249=735 (97% of max value = 765). Red value is 253 (99.22% from 255 or 34.42% from 735); Green value is 233 (91.41% from 255 or 31.70% from 735); Blue value is 249 (97.66% from 255 or 33.88% from 735); Max value from RGB is 253 - color contains mainly: red. Hex color #FDE9F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDE9F9 is #021606. Grayscale: #F0F0F0. Windows color (decimal): -136711 or 16378365. OLE color: 16378365.
HSL color Cylindrical-coordinate representation of color #FDE9F9: hue angle of 312º 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 #FDE9F9 is Cyan = 0, Magento = 0.08, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 233 | 249 | - |
CMYK | 0 | 0.08 | 0.02 | 0.01 |
HSL | 312º | 0.83% | 0.95% | - |
HSV(B) | 312º | 0.08% | 0.99% | - |
XYZ | 86.75 | 86 | 101.65 | - |
YUV | 240.8 | 132.63 | 136.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 233 | 249 | 0 | 0.08 | 0.02 | 0.01 | 312 | 0.83 | 0.95 |
Hex | FD | E9 | F9 | 0 | 8 | 2 | 1 | 138 | 53 | 5F |
Octal | 375 | 351 | 371 | 0 | 10 | 2 | 1 | 470 | 123 | 137 |
Binary | 11111101 | 11101001 | 11111001 | 0 | 1000 | 10 | 1 | 100111000 | 1010011 | 1011111 |
Color Harmonies of #FDE9F9
Complementary color
Monochromatic Colors of #FDE9F9
Black with #FDE9F9
Text Example
Text Example
White with #FDE9F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDE9F9; }
p { color: rgb(253,233,249); }
H1.HeaderClassName
{
color: #FDE9F9;
}
.AnyTagClassName
{
color: #FDE9F9;
}
</style>
background-color css
<style>
a { background-color: #FDE9F9; }
a { background-color: rgb(253,233,249); }
div.DivClassName
{
background-color: #FDE9F9;
}
.BgClassName
{
background-color: #FDE9F9;
}
</style>
border-color css
<style>
span { border-color: #FDE9F9; }
span { border-color: rgb(253,233,249); }
td.TdClassName
{
border-color: #FDE9F9;
}
.TagClassName
{
border-color: #FDE9F9;
}
</style>