Shades of Saltpan #F2F3F0
Tints of Saltpan #F2F3F0
RGB
CMYK
RGB Variations
Color information
#F2F3F0 (or 0xF2F3F0) is known color: Saltpan. HEX triplet: F2, F3 and F0. RGB value is (242,243,240). Sum of RGB (Red+Green+Blue) = 242+243+240=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 243 (95.31% from 255 or 33.52% from 725); Blue value is 240 (94.14% from 255 or 33.10% from 725); Max value from RGB is 243 - color contains mainly: green. Hex color #F2F3F0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F3F0 is #0D0C0F. Grayscale: #F2F2F2. Windows color (decimal): -855056 or 15791090. OLE color: 15791090.
HSL color Cylindrical-coordinate representation of color #F2F3F0: hue angle of 80º degrees, saturation: 0.11, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #F2F3F0 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.05.
Color convert
RGB | 242 | 243 | 240 | - |
CMYK | 0.00 | 0 | 0.01 | 0.05 |
HSL | 80º | 0.11% | 0.95% | - |
HSV(B) | 80º | 0.01% | 0.95% | - |
XYZ | 84.4 | 89.27 | 95.22 | - |
YUV | 242.36 | 126.67 | 127.74 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 243 | 240 | 0.00 | 0 | 0.01 | 0.05 | 80 | 0.11 | 0.95 |
Hex | F2 | F3 | F0 | 0 | 0 | 1 | 5 | 50 | B | 5F |
Octal | 362 | 363 | 360 | 0 | 0 | 1 | 5 | 120 | 13 | 137 |
Binary | 11110010 | 11110011 | 11110000 | 0 | 0 | 1 | 101 | 1010000 | 1011 | 1011111 |
Color Harmonies of #F2F3F0
Complementary color
Monochromatic Colors of #F2F3F0
Black with #F2F3F0
Text Example
Text Example
White with #F2F3F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F3F0; }
p { color: rgb(242,243,240); }
H1.HeaderClassName
{
color: #F2F3F0;
}
.AnyTagClassName
{
color: #F2F3F0;
}
</style>
background-color css
<style>
a { background-color: #F2F3F0; }
a { background-color: rgb(242,243,240); }
div.DivClassName
{
background-color: #F2F3F0;
}
.BgClassName
{
background-color: #F2F3F0;
}
</style>
border-color css
<style>
span { border-color: #F2F3F0; }
span { border-color: rgb(242,243,240); }
td.TdClassName
{
border-color: #F2F3F0;
}
.TagClassName
{
border-color: #F2F3F0;
}
</style>