Shades of Lavender Blush #FDF9FA
Tints of Lavender Blush #FDF9FA
RGB
CMYK
RGB Variations
Color information
#FDF9FA (or 0xFDF9FA) is known color: Lavender Blush. HEX triplet: FD, F9 and FA. RGB value is (253,249,250). Sum of RGB (Red+Green+Blue) = 253+249+250=752 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.64% from 752); Green value is 249 (97.66% from 255 or 33.11% from 752); Blue value is 250 (98.05% from 255 or 33.24% from 752); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF9FA is #020605. Grayscale: #FAFAFA. Windows color (decimal): -132614 or 16447997. OLE color: 16447997.
HSL color Cylindrical-coordinate representation of color #FDF9FA: hue angle of 345º degrees, saturation: 0.5, 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 #FDF9FA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 249 | 250 | - |
| CMYK | 0 | 0.02 | 0.01 | 0.01 |
| HSL | 345º | 0.5% | 0.98% | - |
| HSV(B) | 345º | 0.02% | 0.99% | - |
| XYZ | 91.64 | 95.54 | 104.05 | - |
| YUV | 250.31 | 127.83 | 129.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 249 | 250 | 0 | 0.02 | 0.01 | 0.01 | 345 | 0.5 | 0.98 |
| Hex | FD | F9 | FA | 0 | 2 | 1 | 1 | 159 | 32 | 62 |
| Octal | 375 | 371 | 372 | 0 | 2 | 1 | 1 | 531 | 62 | 142 |
| Binary | 11111101 | 11111001 | 11111010 | 0 | 10 | 1 | 1 | 101011001 | 110010 | 1100010 |
Color Harmonies of #FDF9FA
Complementary color
Monochromatic Colors of #FDF9FA
Black with #FDF9FA
Text Example
Text Example
White with #FDF9FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF9FA; }
p { color: rgb(253,249,250); }
H1.HeaderClassName
{
color: #FDF9FA;
}
.AnyTagClassName
{
color: #FDF9FA;
}
</style>
background-color css
<style>
a { background-color: #FDF9FA; }
a { background-color: rgb(253,249,250); }
div.DivClassName
{
background-color: #FDF9FA;
}
.BgClassName
{
background-color: #FDF9FA;
}
</style>
border-color css
<style>
span { border-color: #FDF9FA; }
span { border-color: rgb(253,249,250); }
td.TdClassName
{
border-color: #FDF9FA;
}
.TagClassName
{
border-color: #FDF9FA;
}
</style>