Shades of Panache #F6FAF4
Tints of Panache #F6FAF4
RGB
CMYK
RGB Variations
Color information
#F6FAF4 (or 0xF6FAF4) is known color: Panache. HEX triplet: F6, FA and F4. RGB value is (246,250,244). Sum of RGB (Red+Green+Blue) = 246+250+244=740 (98% of max value = 765). Red value is 246 (96.48% from 255 or 33.24% from 740); Green value is 250 (98.05% from 255 or 33.78% from 740); Blue value is 244 (95.70% from 255 or 32.97% from 740); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAF4 is #09050B. Grayscale: #F8F8F8. Windows color (decimal): -591116 or 16055030. OLE color: 16055030.
HSL color Cylindrical-coordinate representation of color #F6FAF4: hue angle of 100º degrees, saturation: 0.38, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #F6FAF4 is Cyan = 0.02, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 250 | 244 | - |
CMYK | 0.02 | 0 | 0.02 | 0.02 |
HSL | 100º | 0.38% | 0.97% | - |
HSV(B) | 100º | 0.02% | 0.98% | - |
XYZ | 88.52 | 94.5 | 99.16 | - |
YUV | 248.12 | 125.67 | 126.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 250 | 244 | 0.02 | 0 | 0.02 | 0.02 | 100 | 0.38 | 0.97 |
Hex | F6 | FA | F4 | 2 | 0 | 2 | 2 | 64 | 26 | 61 |
Octal | 366 | 372 | 364 | 2 | 0 | 2 | 2 | 144 | 46 | 141 |
Binary | 11110110 | 11111010 | 11110100 | 10 | 0 | 10 | 10 | 1100100 | 100110 | 1100001 |
Color Harmonies of #F6FAF4
Complementary color
Monochromatic Colors of #F6FAF4
Black with #F6FAF4
Text Example
Text Example
White with #F6FAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAF4; }
p { color: rgb(246,250,244); }
H1.HeaderClassName
{
color: #F6FAF4;
}
.AnyTagClassName
{
color: #F6FAF4;
}
</style>
background-color css
<style>
a { background-color: #F6FAF4; }
a { background-color: rgb(246,250,244); }
div.DivClassName
{
background-color: #F6FAF4;
}
.BgClassName
{
background-color: #F6FAF4;
}
</style>
border-color css
<style>
span { border-color: #F6FAF4; }
span { border-color: rgb(246,250,244); }
td.TdClassName
{
border-color: #F6FAF4;
}
.TagClassName
{
border-color: #F6FAF4;
}
</style>