Shades of Lavender Blush #FDF8F9
Tints of Lavender Blush #FDF8F9
RGB
CMYK
RGB Variations
Color information
#FDF8F9 (or 0xFDF8F9) is known color: Lavender Blush. HEX triplet: FD, F8 and F9. RGB value is (253,248,249). Sum of RGB (Red+Green+Blue) = 253+248+249=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 248 (97.27% from 255 or 33.07% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF8F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF8F9 is #020706. Grayscale: #F9F9F9. Windows color (decimal): -132871 or 16382205. OLE color: 16382205.
HSL color Cylindrical-coordinate representation of color #FDF8F9: hue angle of 348º degrees, saturation: 0.56, 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 #FDF8F9 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 248 | 249 | - |
CMYK | 0 | 0.02 | 0.02 | 0.01 |
HSL | 348º | 0.56% | 0.98% | - |
HSV(B) | 348º | 0.02% | 0.99% | - |
XYZ | 91.17 | 94.86 | 103.13 | - |
YUV | 249.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 248 | 249 | 0 | 0.02 | 0.02 | 0.01 | 348 | 0.56 | 0.98 |
Hex | FD | F8 | F9 | 0 | 2 | 2 | 1 | 15C | 38 | 62 |
Octal | 375 | 370 | 371 | 0 | 2 | 2 | 1 | 534 | 70 | 142 |
Binary | 11111101 | 11111000 | 11111001 | 0 | 10 | 10 | 1 | 101011100 | 111000 | 1100010 |
Color Harmonies of #FDF8F9
Complementary color
Monochromatic Colors of #FDF8F9
Black with #FDF8F9
Text Example
Text Example
White with #FDF8F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF8F9; }
p { color: rgb(253,248,249); }
H1.HeaderClassName
{
color: #FDF8F9;
}
.AnyTagClassName
{
color: #FDF8F9;
}
</style>
background-color css
<style>
a { background-color: #FDF8F9; }
a { background-color: rgb(253,248,249); }
div.DivClassName
{
background-color: #FDF8F9;
}
.BgClassName
{
background-color: #FDF8F9;
}
</style>
border-color css
<style>
span { border-color: #FDF8F9; }
span { border-color: rgb(253,248,249); }
td.TdClassName
{
border-color: #FDF8F9;
}
.TagClassName
{
border-color: #FDF8F9;
}
</style>