Shades of Lavender Blush #FAF5F7
Tints of Lavender Blush #FAF5F7
RGB
CMYK
RGB Variations
Color information
#FAF5F7 (or 0xFAF5F7) is known color: Lavender Blush. HEX triplet: FA, F5 and F7. RGB value is (250,245,247). Sum of RGB (Red+Green+Blue) = 250+245+247=742 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.69% from 742); Green value is 245 (96.09% from 255 or 33.02% from 742); Blue value is 247 (96.88% from 255 or 33.29% from 742); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5F7 is #050A08. Grayscale: #F6F6F6. Windows color (decimal): -330249 or 16250362. OLE color: 16250362.
HSL color Cylindrical-coordinate representation of color #FAF5F7: hue angle of 336º degrees, saturation: 0.33, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAF5F7 is Cyan = 0, Magento = 0.02, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 245 | 247 | - |
CMYK | 0 | 0.02 | 0.01 | 0.02 |
HSL | 336º | 0.33% | 0.97% | - |
HSV(B) | 336º | 0.02% | 0.98% | - |
XYZ | 88.87 | 92.34 | 101.14 | - |
YUV | 246.72 | 128.16 | 130.34 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 245 | 247 | 0 | 0.02 | 0.01 | 0.02 | 336 | 0.33 | 0.97 |
Hex | FA | F5 | F7 | 0 | 2 | 1 | 2 | 150 | 21 | 61 |
Octal | 372 | 365 | 367 | 0 | 2 | 1 | 2 | 520 | 41 | 141 |
Binary | 11111010 | 11110101 | 11110111 | 0 | 10 | 1 | 10 | 101010000 | 100001 | 1100001 |
Color Harmonies of #FAF5F7
Complementary color
Monochromatic Colors of #FAF5F7
Black with #FAF5F7
Text Example
Text Example
White with #FAF5F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5F7; }
p { color: rgb(250,245,247); }
H1.HeaderClassName
{
color: #FAF5F7;
}
.AnyTagClassName
{
color: #FAF5F7;
}
</style>
background-color css
<style>
a { background-color: #FAF5F7; }
a { background-color: rgb(250,245,247); }
div.DivClassName
{
background-color: #FAF5F7;
}
.BgClassName
{
background-color: #FAF5F7;
}
</style>
border-color css
<style>
span { border-color: #FAF5F7; }
span { border-color: rgb(250,245,247); }
td.TdClassName
{
border-color: #FAF5F7;
}
.TagClassName
{
border-color: #FAF5F7;
}
</style>