Shades of Lavender Blush #FDF7F9
Tints of Lavender Blush #FDF7F9
RGB
CMYK
RGB Variations
Color information
#FDF7F9 (or 0xFDF7F9) is known color: Lavender Blush. HEX triplet: FD, F7 and F9. RGB value is (253,247,249). Sum of RGB (Red+Green+Blue) = 253+247+249=749 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.78% from 749); Green value is 247 (96.88% from 255 or 32.98% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7F9 is #020806. Grayscale: #F9F9F9. Windows color (decimal): -133127 or 16381949. OLE color: 16381949.
HSL color Cylindrical-coordinate representation of color #FDF7F9: hue angle of 340º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FDF7F9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 249 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 340º | 0.6% | 0.98% | - |
HSV(B) | 340º | 0.02% | 0.99% | - |
XYZ | 90.87 | 94.24 | 103.02 | - |
YUV | 249.02 | 127.99 | 130.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 249 | 0 | 0.02 | 0.02 | 0.01 | 340 | 0.6 | 0.98 |
Hex | FD | F7 | F9 | 0 | 2 | 2 | 1 | 154 | 3C | 62 |
Octal | 375 | 367 | 371 | 0 | 2 | 2 | 1 | 524 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111001 | 0 | 10 | 10 | 1 | 101010100 | 111100 | 1100010 |
Color Harmonies of #FDF7F9
Complementary color
Monochromatic Colors of #FDF7F9
Black with #FDF7F9
Text Example
Text Example
White with #FDF7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7F9; }
p { color: rgb(253,247,249); }
H1.HeaderClassName
{
color: #FDF7F9;
}
.AnyTagClassName
{
color: #FDF7F9;
}
</style>
background-color css
<style>
a { background-color: #FDF7F9; }
a { background-color: rgb(253,247,249); }
div.DivClassName
{
background-color: #FDF7F9;
}
.BgClassName
{
background-color: #FDF7F9;
}
</style>
border-color css
<style>
span { border-color: #FDF7F9; }
span { border-color: rgb(253,247,249); }
td.TdClassName
{
border-color: #FDF7F9;
}
.TagClassName
{
border-color: #FDF7F9;
}
</style>