Shades of Lavender Blush #FFF6FA
Tints of Lavender Blush #FFF6FA
RGB
CMYK
RGB Variations
Color information
#FFF6FA (or 0xFFF6FA) is known color: Lavender Blush. HEX triplet: FF, F6 and FA. RGB value is (255,246,250). Sum of RGB (Red+Green+Blue) = 255+246+250=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 246 (96.48% from 255 or 32.76% from 751); Blue value is 250 (98.05% from 255 or 33.29% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FA is #000905. Grayscale: #F9F9F9. Windows color (decimal): -2310 or 16447231. OLE color: 16447231.
HSL color Cylindrical-coordinate representation of color #FFF6FA: hue angle of 333.33º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FFF6FA is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 250 | - |
| CMYK | 0 | 0.04 | 0.02 | 0 |
| HSL | 333.33º | 1% | 0.98% | - |
| HSV(B) | 333.33º | 0.04% | 1% | - |
| XYZ | 91.45 | 94.07 | 103.78 | - |
| YUV | 249.15 | 128.48 | 132.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 250 | 0 | 0.04 | 0.02 | 0 | 333.33 | 1 | 0.98 |
| Hex | FF | F6 | FA | 0 | 4 | 2 | 0 | 14D | 64 | 62 |
| Octal | 377 | 366 | 372 | 0 | 4 | 2 | 0 | 515 | 144 | 142 |
| Binary | 11111111 | 11110110 | 11111010 | 0 | 100 | 10 | 0 | 101001101 | 1100100 | 1100010 |
Color Harmonies of #FFF6FA
Complementary color
Monochromatic Colors of #FFF6FA
Black with #FFF6FA
Text Example
Text Example
White with #FFF6FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6FA; }
p { color: rgb(255,246,250); }
H1.HeaderClassName
{
color: #FFF6FA;
}
.AnyTagClassName
{
color: #FFF6FA;
}
</style>
background-color css
<style>
a { background-color: #FFF6FA; }
a { background-color: rgb(255,246,250); }
div.DivClassName
{
background-color: #FFF6FA;
}
.BgClassName
{
background-color: #FFF6FA;
}
</style>
border-color css
<style>
span { border-color: #FFF6FA; }
span { border-color: rgb(255,246,250); }
td.TdClassName
{
border-color: #FFF6FA;
}
.TagClassName
{
border-color: #FFF6FA;
}
</style>