Shades of Saltpan #F6FAF2
Tints of Saltpan #F6FAF2
RGB
CMYK
RGB Variations
Color information
#F6FAF2 (or 0xF6FAF2) is known color: Saltpan. HEX triplet: F6, FA and F2. RGB value is (246,250,242). Sum of RGB (Red+Green+Blue) = 246+250+242=738 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.33% from 738); Green value is 250 (98.05% from 255 or 33.88% from 738); Blue value is 242 (94.92% from 255 or 32.79% from 738); Max value from RGB is 250 - color contains mainly: green. Hex color #F6FAF2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FAF2 is #09050D. Grayscale: #F7F7F7. Windows color (decimal): -591118 or 15923958. OLE color: 15923958.
HSL color Cylindrical-coordinate representation of color #F6FAF2: hue angle of 90º degrees, saturation: 0.44, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #F6FAF2 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.02.
Color convert
RGB | 246 | 250 | 242 | - |
CMYK | 0.02 | 0 | 0.03 | 0.02 |
HSL | 90º | 0.44% | 0.96% | - |
HSV(B) | 90º | 0.03% | 0.98% | - |
XYZ | 88.22 | 94.37 | 97.57 | - |
YUV | 247.89 | 124.67 | 126.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 246 | 250 | 242 | 0.02 | 0 | 0.03 | 0.02 | 90 | 0.44 | 0.96 |
Hex | F6 | FA | F2 | 2 | 0 | 3 | 2 | 5A | 2C | 60 |
Octal | 366 | 372 | 362 | 2 | 0 | 3 | 2 | 132 | 54 | 140 |
Binary | 11110110 | 11111010 | 11110010 | 10 | 0 | 11 | 10 | 1011010 | 101100 | 1100000 |
Color Harmonies of #F6FAF2
Complementary color
Monochromatic Colors of #F6FAF2
Black with #F6FAF2
Text Example
Text Example
White with #F6FAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F6FAF2; }
p { color: rgb(246,250,242); }
H1.HeaderClassName
{
color: #F6FAF2;
}
.AnyTagClassName
{
color: #F6FAF2;
}
</style>
background-color css
<style>
a { background-color: #F6FAF2; }
a { background-color: rgb(246,250,242); }
div.DivClassName
{
background-color: #F6FAF2;
}
.BgClassName
{
background-color: #F6FAF2;
}
</style>
border-color css
<style>
span { border-color: #F6FAF2; }
span { border-color: rgb(246,250,242); }
td.TdClassName
{
border-color: #F6FAF2;
}
.TagClassName
{
border-color: #F6FAF2;
}
</style>