Shades of Lavender Blush #FFF5F9
Tints of Lavender Blush #FFF5F9
RGB
CMYK
RGB Variations
Color information
#FFF5F9 (or 0xFFF5F9) is known color: Lavender Blush. HEX triplet: FF, F5 and F9. RGB value is (255,245,249). Sum of RGB (Red+Green+Blue) = 255+245+249=749 (99% of max value = 765). Red value is 255 (100% from 255 or 34.05% from 749); Green value is 245 (96.09% from 255 or 32.71% from 749); Blue value is 249 (97.66% from 255 or 33.24% from 749); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5F9 is #000A06. Grayscale: #F8F8F8. Windows color (decimal): -2567 or 16381439. OLE color: 16381439.
HSL color Cylindrical-coordinate representation of color #FFF5F9: hue angle of 336º 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 #FFF5F9 is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 249 | - |
| CMYK | 0 | 0.04 | 0.02 | 0 |
| HSL | 336º | 1% | 0.98% | - |
| HSV(B) | 336º | 0.04% | 1% | - |
| XYZ | 90.99 | 93.4 | 102.86 | - |
| YUV | 248.45 | 128.31 | 132.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 249 | 0 | 0.04 | 0.02 | 0 | 336 | 1 | 0.98 |
| Hex | FF | F5 | F9 | 0 | 4 | 2 | 0 | 150 | 64 | 62 |
| Octal | 377 | 365 | 371 | 0 | 4 | 2 | 0 | 520 | 144 | 142 |
| Binary | 11111111 | 11110101 | 11111001 | 0 | 100 | 10 | 0 | 101010000 | 1100100 | 1100010 |
Color Harmonies of #FFF5F9
Complementary color
Monochromatic Colors of #FFF5F9
Black with #FFF5F9
Text Example
Text Example
White with #FFF5F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5F9; }
p { color: rgb(255,245,249); }
H1.HeaderClassName
{
color: #FFF5F9;
}
.AnyTagClassName
{
color: #FFF5F9;
}
</style>
background-color css
<style>
a { background-color: #FFF5F9; }
a { background-color: rgb(255,245,249); }
div.DivClassName
{
background-color: #FFF5F9;
}
.BgClassName
{
background-color: #FFF5F9;
}
</style>
border-color css
<style>
span { border-color: #FFF5F9; }
span { border-color: rgb(255,245,249); }
td.TdClassName
{
border-color: #FFF5F9;
}
.TagClassName
{
border-color: #FFF5F9;
}
</style>