Shades of Saltpan #F2F9DD
Tints of Saltpan #F2F9DD
RGB
CMYK
RGB Variations
Color information
#F2F9DD (or 0xF2F9DD) is known color: Saltpan. HEX triplet: F2, F9 and DD. RGB value is (242,249,221). Sum of RGB (Red+Green+Blue) = 242+249+221=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 249 (97.66% from 255 or 34.97% from 712); Blue value is 221 (86.72% from 255 or 31.04% from 712); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9DD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F9DD is #0D0622. Grayscale: #F3F3F3. Windows color (decimal): -853539 or 14547442. OLE color: 14547442.
HSL color Cylindrical-coordinate representation of color #F2F9DD: hue angle of 75º degrees, saturation: 0.7, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2F9DD is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 249 | 221 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.02 |
| HSL | 75º | 0.7% | 0.92% | - |
| HSV(B) | 75º | 0.11% | 0.98% | - |
| XYZ | 83.54 | 91.85 | 81.73 | - |
| YUV | 243.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 249 | 221 | 0.03 | 0 | 0.11 | 0.02 | 75 | 0.7 | 0.92 |
| Hex | F2 | F9 | DD | 3 | 0 | B | 2 | 4B | 46 | 5C |
| Octal | 362 | 371 | 335 | 3 | 0 | 13 | 2 | 113 | 106 | 134 |
| Binary | 11110010 | 11111001 | 11011101 | 11 | 0 | 1011 | 10 | 1001011 | 1000110 | 1011100 |
Color Harmonies of #F2F9DD
Complementary color
Monochromatic Colors of #F2F9DD
Black with #F2F9DD
Text Example
Text Example
White with #F2F9DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2F9DD; }
p { color: rgb(242,249,221); }
H1.HeaderClassName
{
color: #F2F9DD;
}
.AnyTagClassName
{
color: #F2F9DD;
}
</style>
background-color css
<style>
a { background-color: #F2F9DD; }
a { background-color: rgb(242,249,221); }
div.DivClassName
{
background-color: #F2F9DD;
}
.BgClassName
{
background-color: #F2F9DD;
}
</style>
border-color css
<style>
span { border-color: #F2F9DD; }
span { border-color: rgb(242,249,221); }
td.TdClassName
{
border-color: #F2F9DD;
}
.TagClassName
{
border-color: #F2F9DD;
}
</style>