Shades of Saltpan #F2F9E2
Tints of Saltpan #F2F9E2
RGB
CMYK
RGB Variations
Color information
#F2F9E2 (or 0xF2F9E2) is known color: Saltpan. HEX triplet: F2, F9 and E2. RGB value is (242,249,226). Sum of RGB (Red+Green+Blue) = 242+249+226=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 226 (88.67% from 255 or 31.52% from 717); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9E2 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9E2 is #0D061D. Grayscale: #F4F4F4. Windows color (decimal): -853534 or 14875122. OLE color: 14875122.
HSL color Cylindrical-coordinate representation of color #F2F9E2: hue angle of 78.26º degrees, saturation: 0.66, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F2F9E2 is Cyan = 0.03, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 249 | 226 | - |
CMYK | 0.03 | 0 | 0.09 | 0.02 |
HSL | 78.26º | 0.66% | 0.93% | - |
HSV(B) | 78.26º | 0.09% | 0.98% | - |
XYZ | 84.22 | 92.12 | 85.29 | - |
YUV | 244.29 | 117.68 | 126.37 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 249 | 226 | 0.03 | 0 | 0.09 | 0.02 | 78.26 | 0.66 | 0.93 |
Hex | F2 | F9 | E2 | 3 | 0 | 9 | 2 | 4E | 42 | 5D |
Octal | 362 | 371 | 342 | 3 | 0 | 11 | 2 | 116 | 102 | 135 |
Binary | 11110010 | 11111001 | 11100010 | 11 | 0 | 1001 | 10 | 1001110 | 1000010 | 1011101 |
Color Harmonies of #F2F9E2
Complementary color
Monochromatic Colors of #F2F9E2
Black with #F2F9E2
Text Example
Text Example
White with #F2F9E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9E2; }
p { color: rgb(242,249,226); }
H1.HeaderClassName
{
color: #F2F9E2;
}
.AnyTagClassName
{
color: #F2F9E2;
}
</style>
background-color css
<style>
a { background-color: #F2F9E2; }
a { background-color: rgb(242,249,226); }
div.DivClassName
{
background-color: #F2F9E2;
}
.BgClassName
{
background-color: #F2F9E2;
}
</style>
border-color css
<style>
span { border-color: #F2F9E2; }
span { border-color: rgb(242,249,226); }
td.TdClassName
{
border-color: #F2F9E2;
}
.TagClassName
{
border-color: #F2F9E2;
}
</style>