Shades of Lavender Blush #FDF7FA
Tints of Lavender Blush #FDF7FA
RGB
CMYK
RGB Variations
Color information
#FDF7FA (or 0xFDF7FA) is known color: Lavender Blush. HEX triplet: FD, F7 and FA. RGB value is (253,247,250). Sum of RGB (Red+Green+Blue) = 253+247+250=750 (99% of max value = 765). Red value is 253 (99.22% from 255 or 33.73% from 750); Green value is 247 (96.88% from 255 or 32.93% from 750); Blue value is 250 (98.05% from 255 or 33.33% from 750); Max value from RGB is 253 - color contains mainly: red. Hex color #FDF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FDF7FA is #020805. Grayscale: #F9F9F9. Windows color (decimal): -133126 or 16447485. OLE color: 16447485.
HSL color Cylindrical-coordinate representation of color #FDF7FA: hue angle of 330º 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 #FDF7FA is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.01.
Color convert
RGB | 253 | 247 | 250 | - |
CMYK | 0 | 0.02 | 0.01 | 0.01 |
HSL | 330º | 0.6% | 0.98% | - |
HSV(B) | 330º | 0.02% | 0.99% | - |
XYZ | 91.02 | 94.31 | 103.85 | - |
YUV | 249.14 | 128.49 | 130.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 253 | 247 | 250 | 0 | 0.02 | 0.01 | 0.01 | 330 | 0.6 | 0.98 |
Hex | FD | F7 | FA | 0 | 2 | 1 | 1 | 14A | 3C | 62 |
Octal | 375 | 367 | 372 | 0 | 2 | 1 | 1 | 512 | 74 | 142 |
Binary | 11111101 | 11110111 | 11111010 | 0 | 10 | 1 | 1 | 101001010 | 111100 | 1100010 |
Color Harmonies of #FDF7FA
Complementary color
Monochromatic Colors of #FDF7FA
Black with #FDF7FA
Text Example
Text Example
White with #FDF7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FDF7FA; }
p { color: rgb(253,247,250); }
H1.HeaderClassName
{
color: #FDF7FA;
}
.AnyTagClassName
{
color: #FDF7FA;
}
</style>
background-color css
<style>
a { background-color: #FDF7FA; }
a { background-color: rgb(253,247,250); }
div.DivClassName
{
background-color: #FDF7FA;
}
.BgClassName
{
background-color: #FDF7FA;
}
</style>
border-color css
<style>
span { border-color: #FDF7FA; }
span { border-color: rgb(253,247,250); }
td.TdClassName
{
border-color: #FDF7FA;
}
.TagClassName
{
border-color: #FDF7FA;
}
</style>