Shades of Lavender Blush #FFF5FB
Tints of Lavender Blush #FFF5FB
RGB
CMYK
RGB Variations
Color information
#FFF5FB (or 0xFFF5FB) is known color: Lavender Blush. HEX triplet: FF, F5 and FB. RGB value is (255,245,251). Sum of RGB (Red+Green+Blue) = 255+245+251=751 (99% of max value = 765). Red value is 255 (100% from 255 or 33.95% from 751); Green value is 245 (96.09% from 255 or 32.62% from 751); Blue value is 251 (98.44% from 255 or 33.42% from 751); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF5FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF5FB is #000A04. Grayscale: #F8F8F8. Windows color (decimal): -2565 or 16512511. OLE color: 16512511.
HSL color Cylindrical-coordinate representation of color #FFF5FB: hue angle of 324º 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 #FFF5FB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 245 | 251 | - |
| CMYK | 0 | 0.04 | 0.02 | 0 |
| HSL | 324º | 1% | 0.98% | - |
| HSV(B) | 324º | 0.04% | 1% | - |
| XYZ | 91.3 | 93.53 | 104.51 | - |
| YUV | 248.67 | 129.31 | 132.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 245 | 251 | 0 | 0.04 | 0.02 | 0 | 324 | 1 | 0.98 |
| Hex | FF | F5 | FB | 0 | 4 | 2 | 0 | 144 | 64 | 62 |
| Octal | 377 | 365 | 373 | 0 | 4 | 2 | 0 | 504 | 144 | 142 |
| Binary | 11111111 | 11110101 | 11111011 | 0 | 100 | 10 | 0 | 101000100 | 1100100 | 1100010 |
Color Harmonies of #FFF5FB
Complementary color
Monochromatic Colors of #FFF5FB
Black with #FFF5FB
Text Example
Text Example
White with #FFF5FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF5FB; }
p { color: rgb(255,245,251); }
H1.HeaderClassName
{
color: #FFF5FB;
}
.AnyTagClassName
{
color: #FFF5FB;
}
</style>
background-color css
<style>
a { background-color: #FFF5FB; }
a { background-color: rgb(255,245,251); }
div.DivClassName
{
background-color: #FFF5FB;
}
.BgClassName
{
background-color: #FFF5FB;
}
</style>
border-color css
<style>
span { border-color: #FFF5FB; }
span { border-color: rgb(255,245,251); }
td.TdClassName
{
border-color: #FFF5FB;
}
.TagClassName
{
border-color: #FFF5FB;
}
</style>