Shades of Lavender Blush #FAF5F6
Tints of Lavender Blush #FAF5F6
RGB
CMYK
RGB Variations
Color information
#FAF5F6 (or 0xFAF5F6) is known color: Lavender Blush. HEX triplet: FA, F5 and F6. RGB value is (250,245,246). Sum of RGB (Red+Green+Blue) = 250+245+246=741 (98% of max value = 765). Red value is 250 (98.05% from 255 or 33.74% from 741); Green value is 245 (96.09% from 255 or 33.06% from 741); Blue value is 246 (96.48% from 255 or 33.20% from 741); Max value from RGB is 250 - color contains mainly: red. Hex color #FAF5F6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAF5F6 is #050A09. Grayscale: #F6F6F6. Windows color (decimal): -330250 or 16184826. OLE color: 16184826.
HSL color Cylindrical-coordinate representation of color #FAF5F6: hue angle of 348º 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 #FAF5F6 is Cyan = 0, Magento = 0.02, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 245 | 246 | - |
CMYK | 0 | 0.02 | 0.02 | 0.02 |
HSL | 348º | 0.33% | 0.97% | - |
HSV(B) | 348º | 0.02% | 0.98% | - |
XYZ | 88.71 | 92.28 | 100.33 | - |
YUV | 246.61 | 127.66 | 130.42 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 245 | 246 | 0 | 0.02 | 0.02 | 0.02 | 348 | 0.33 | 0.97 |
Hex | FA | F5 | F6 | 0 | 2 | 2 | 2 | 15C | 21 | 61 |
Octal | 372 | 365 | 366 | 0 | 2 | 2 | 2 | 534 | 41 | 141 |
Binary | 11111010 | 11110101 | 11110110 | 0 | 10 | 10 | 10 | 101011100 | 100001 | 1100001 |
Color Harmonies of #FAF5F6
Complementary color
Monochromatic Colors of #FAF5F6
Black with #FAF5F6
Text Example
Text Example
White with #FAF5F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAF5F6; }
p { color: rgb(250,245,246); }
H1.HeaderClassName
{
color: #FAF5F6;
}
.AnyTagClassName
{
color: #FAF5F6;
}
</style>
background-color css
<style>
a { background-color: #FAF5F6; }
a { background-color: rgb(250,245,246); }
div.DivClassName
{
background-color: #FAF5F6;
}
.BgClassName
{
background-color: #FAF5F6;
}
</style>
border-color css
<style>
span { border-color: #FAF5F6; }
span { border-color: rgb(250,245,246); }
td.TdClassName
{
border-color: #FAF5F6;
}
.TagClassName
{
border-color: #FAF5F6;
}
</style>