Shades of Lavender Blush #FFF5F8
Tints of Lavender Blush #FFF5F8
RGB
CMYK
RGB Variations
Color information
#FFF5F8 (or 0xFFF5F8) is known color: Lavender Blush. HEX triplet: FF, F5 and F8. RGB value is (255,245,248). Sum of RGB (Red+Green+Blue) = 255+245+248=748 (99% of max value = 765). Red value is 255 (100% from 255 or 34.09% from 748); Green value is 245 (96.09% from 255 or 32.75% from 748); Blue value is 248 (97.27% from 255 or 33.16% from 748); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5F8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5F8 is #000A07. Grayscale: #F8F8F8. Windows color (decimal): -2568 or 16315903. OLE color: 16315903.
HSL color Cylindrical-coordinate representation of color #FFF5F8: hue angle of 342º 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 #FFF5F8 is Cyan = 0, Magento = 0.04, Yellow = 0.03 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 248 | - |
| CMYK | 0 | 0.04 | 0.03 | 0 |
| HSL | 342º | 1% | 0.98% | - |
| HSV(B) | 342º | 0.04% | 1% | - |
| XYZ | 90.84 | 93.34 | 102.04 | - |
| YUV | 248.33 | 127.81 | 132.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 248 | 0 | 0.04 | 0.03 | 0 | 342 | 1 | 0.98 |
| Hex | FF | F5 | F8 | 0 | 4 | 3 | 0 | 156 | 64 | 62 |
| Octal | 377 | 365 | 370 | 0 | 4 | 3 | 0 | 526 | 144 | 142 |
| Binary | 11111111 | 11110101 | 11111000 | 0 | 100 | 11 | 0 | 101010110 | 1100100 | 1100010 |
Color Harmonies of #FFF5F8
Complementary color
Monochromatic Colors of #FFF5F8
Black with #FFF5F8
Text Example
Text Example
White with #FFF5F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5F8; }
p { color: rgb(255,245,248); }
H1.HeaderClassName
{
color: #FFF5F8;
}
.AnyTagClassName
{
color: #FFF5F8;
}
</style>
background-color css
<style>
a { background-color: #FFF5F8; }
a { background-color: rgb(255,245,248); }
div.DivClassName
{
background-color: #FFF5F8;
}
.BgClassName
{
background-color: #FFF5F8;
}
</style>
border-color css
<style>
span { border-color: #FFF5F8; }
span { border-color: rgb(255,245,248); }
td.TdClassName
{
border-color: #FFF5F8;
}
.TagClassName
{
border-color: #FFF5F8;
}
</style>