Shades of Lavender Blush #FAF7F9
Tints of Lavender Blush #FAF7F9
RGB
CMYK
RGB Variations
Color information
#FAF7F9 (or 0xFAF7F9) is known color: Lavender Blush. HEX triplet: FA, F7 and F9. RGB value is (250,247,249). Sum of RGB (Red+Green+Blue) = 250+247+249=746 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.51% from 746); Green value is 247 (96.88% from 255 or 33.11% from 746); Blue value is 249 (97.66% from 255 or 33.38% from 746); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF7F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF7F9 is #050806. Grayscale: #F8F8F8. Windows color (decimal): -329735 or 16381946. OLE color: 16381946.
HSL color Cylindrical-coordinate representation of color #FAF7F9: hue angle of 320º degrees, saturation: 0.23, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAF7F9 is Cyan = 0, Magento = 0.01, Yellow = 0.00 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 247 | 249 | - |
CMYK | 0 | 0.01 | 0.00 | 0.02 |
HSL | 320º | 0.23% | 0.97% | - |
HSV(B) | 320º | 0.01% | 0.98% | - |
XYZ | 89.78 | 93.69 | 102.97 | - |
YUV | 248.13 | 128.49 | 129.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 247 | 249 | 0 | 0.01 | 0.00 | 0.02 | 320 | 0.23 | 0.97 |
Hex | FA | F7 | F9 | 0 | 1 | 0 | 2 | 140 | 17 | 61 |
Octal | 372 | 367 | 371 | 0 | 1 | 0 | 2 | 500 | 27 | 141 |
Binary | 11111010 | 11110111 | 11111001 | 0 | 1 | 0 | 10 | 101000000 | 10111 | 1100001 |
Color Harmonies of #FAF7F9
Complementary color
Monochromatic Colors of #FAF7F9
Black with #FAF7F9
Text Example
Text Example
White with #FAF7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF7F9; }
p { color: rgb(250,247,249); }
H1.HeaderClassName
{
color: #FAF7F9;
}
.AnyTagClassName
{
color: #FAF7F9;
}
</style>
background-color css
<style>
a { background-color: #FAF7F9; }
a { background-color: rgb(250,247,249); }
div.DivClassName
{
background-color: #FAF7F9;
}
.BgClassName
{
background-color: #FAF7F9;
}
</style>
border-color css
<style>
span { border-color: #FAF7F9; }
span { border-color: rgb(250,247,249); }
td.TdClassName
{
border-color: #FAF7F9;
}
.TagClassName
{
border-color: #FAF7F9;
}
</style>