Shades of Lavender Blush #FFF6FC
Tints of Lavender Blush #FFF6FC
RGB
CMYK
RGB Variations
Color information
#FFF6FC (or 0xFFF6FC) is known color: Lavender Blush. HEX triplet: FF, F6 and FC. RGB value is (255,246,252). Sum of RGB (Red+Green+Blue) = 255+246+252=753 (99% of max value = 765). Red value is 255 (100% from 255 or 33.86% from 753); Green value is 246 (96.48% from 255 or 32.67% from 753); Blue value is 252 (98.83% from 255 or 33.47% from 753); Max value from RGB is 255 - color contains mainly: red. Hex color #FFF6FC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FFF6FC is #000903. Grayscale: #F9F9F9. Windows color (decimal): -2308 or 16578303. OLE color: 16578303.
HSL color Cylindrical-coordinate representation of color #FFF6FC: hue angle of 320º 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 #FFF6FC is Cyan = 0, Magento = 0.04, Yellow = 0.01 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 246 | 252 | - |
| CMYK | 0 | 0.04 | 0.01 | 0 |
| HSL | 320º | 1% | 0.98% | - |
| HSV(B) | 320º | 0.04% | 1% | - |
| XYZ | 91.77 | 94.2 | 105.44 | - |
| YUV | 249.38 | 129.48 | 132.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 246 | 252 | 0 | 0.04 | 0.01 | 0 | 320 | 1 | 0.98 |
| Hex | FF | F6 | FC | 0 | 4 | 1 | 0 | 140 | 64 | 62 |
| Octal | 377 | 366 | 374 | 0 | 4 | 1 | 0 | 500 | 144 | 142 |
| Binary | 11111111 | 11110110 | 11111100 | 0 | 100 | 1 | 0 | 101000000 | 1100100 | 1100010 |
Color Harmonies of #FFF6FC
Complementary color
Monochromatic Colors of #FFF6FC
Black with #FFF6FC
Text Example
Text Example
White with #FFF6FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFF6FC; }
p { color: rgb(255,246,252); }
H1.HeaderClassName
{
color: #FFF6FC;
}
.AnyTagClassName
{
color: #FFF6FC;
}
</style>
background-color css
<style>
a { background-color: #FFF6FC; }
a { background-color: rgb(255,246,252); }
div.DivClassName
{
background-color: #FFF6FC;
}
.BgClassName
{
background-color: #FFF6FC;
}
</style>
border-color css
<style>
span { border-color: #FFF6FC; }
span { border-color: rgb(255,246,252); }
td.TdClassName
{
border-color: #FFF6FC;
}
.TagClassName
{
border-color: #FFF6FC;
}
</style>