Shades of Lavender Blush #FFF6FB
Tints of Lavender Blush #FFF6FB
RGB
CMYK
RGB Variations
Color information
#FFF6FB (or 0xFFF6FB) is known color: Lavender Blush. HEX triplet: FF, F6 and FB. RGB value is (255,246,251). Sum of RGB (Red+Green+Blue) = 255+246+251=752 (99% of max value = 765). Red value is 255 (100% from 255 or 33.91% from 752); Green value is 246 (96.48% from 255 or 32.71% from 752); Blue value is 251 (98.44% from 255 or 33.38% from 752); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FB is #000904. Grayscale: #F9F9F9. Windows color (decimal): -2309 or 16512767. OLE color: 16512767.
HSL color Cylindrical-coordinate representation of color #FFF6FB: hue angle of 326.67º 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 #FFF6FB is Cyan = 0, Magento = 0.04, Yellow = 0.02 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 251 | - |
| CMYK | 0 | 0.04 | 0.02 | 0 |
| HSL | 326.67º | 1% | 0.98% | - |
| HSV(B) | 326.67º | 0.04% | 1% | - |
| XYZ | 91.61 | 94.14 | 104.61 | - |
| YUV | 249.26 | 128.98 | 132.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 251 | 0 | 0.04 | 0.02 | 0 | 326.67 | 1 | 0.98 |
| Hex | FF | F6 | FB | 0 | 4 | 2 | 0 | 147 | 64 | 62 |
| Octal | 377 | 366 | 373 | 0 | 4 | 2 | 0 | 507 | 144 | 142 |
| Binary | 11111111 | 11110110 | 11111011 | 0 | 100 | 10 | 0 | 101000111 | 1100100 | 1100010 |
Color Harmonies of #FFF6FB
Complementary color
Monochromatic Colors of #FFF6FB
Black with #FFF6FB
Text Example
Text Example
White with #FFF6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6FB; }
p { color: rgb(255,246,251); }
H1.HeaderClassName
{
color: #FFF6FB;
}
.AnyTagClassName
{
color: #FFF6FB;
}
</style>
background-color css
<style>
a { background-color: #FFF6FB; }
a { background-color: rgb(255,246,251); }
div.DivClassName
{
background-color: #FFF6FB;
}
.BgClassName
{
background-color: #FFF6FB;
}
</style>
border-color css
<style>
span { border-color: #FFF6FB; }
span { border-color: rgb(255,246,251); }
td.TdClassName
{
border-color: #FFF6FB;
}
.TagClassName
{
border-color: #FFF6FB;
}
</style>