Shades of Lavender Blush #FDF4F9
Tints of Lavender Blush #FDF4F9
RGB
CMYK
RGB Variations
Color information
#FDF4F9 (or 0xFDF4F9) is known color: Lavender Blush. HEX triplet: FD, F4 and F9. RGB value is (253,244,249). Sum of RGB (Red+Green+Blue) = 253+244+249=746 (98% of max value = 765). Red value is 253 (99.22% from 255 or 33.91% from 746); Green value is 244 (95.70% from 255 or 32.71% from 746); Blue value is 249 (97.66% from 255 or 33.38% from 746); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF4F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF4F9 is #020B06. Grayscale: #F7F7F7. Windows color (decimal): -133895 or 16381181. OLE color: 16381181.
HSL color Cylindrical-coordinate representation of color #FDF4F9: hue angle of 326.67º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FDF4F9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 244 | 249 | - |
CMYK | 0 | 0.04 | 0.02 | 0.01 |
HSL | 326.67º | 0.69% | 0.97% | - |
HSV(B) | 326.67º | 0.04% | 0.99% | - |
XYZ | 89.96 | 92.42 | 102.72 | - |
YUV | 247.26 | 128.98 | 132.09 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 244 | 249 | 0 | 0.04 | 0.02 | 0.01 | 326.67 | 0.69 | 0.97 |
Hex | FD | F4 | F9 | 0 | 4 | 2 | 1 | 147 | 45 | 61 |
Octal | 375 | 364 | 371 | 0 | 4 | 2 | 1 | 507 | 105 | 141 |
Binary | 11111101 | 11110100 | 11111001 | 0 | 100 | 10 | 1 | 101000111 | 1000101 | 1100001 |
Color Harmonies of #FDF4F9
Complementary color
Monochromatic Colors of #FDF4F9
Black with #FDF4F9
Text Example
Text Example
White with #FDF4F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF4F9; }
p { color: rgb(253,244,249); }
H1.HeaderClassName
{
color: #FDF4F9;
}
.AnyTagClassName
{
color: #FDF4F9;
}
</style>
background-color css
<style>
a { background-color: #FDF4F9; }
a { background-color: rgb(253,244,249); }
div.DivClassName
{
background-color: #FDF4F9;
}
.BgClassName
{
background-color: #FDF4F9;
}
</style>
border-color css
<style>
span { border-color: #FDF4F9; }
span { border-color: rgb(253,244,249); }
td.TdClassName
{
border-color: #FDF4F9;
}
.TagClassName
{
border-color: #FDF4F9;
}
</style>