Shades of Saltpan #F2FBDC
Tints of Saltpan #F2FBDC
RGB
CMYK
RGB Variations
Color information
#F2FBDC (or 0xF2FBDC) is known color: Saltpan. HEX triplet: F2, FB and DC. RGB value is (242,251,220). Sum of RGB (Red+Green+Blue) = 242+251+220=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 220 (86.33% from 255 or 30.86% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F2FBDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FBDC is #0D0423. Grayscale: #F4F4F4. Windows color (decimal): -853028 or 14482418. OLE color: 14482418.
HSL color Cylindrical-coordinate representation of color #F2FBDC: hue angle of 77.42º degrees, saturation: 0.79, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FBDC is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 242 | 251 | 220 | - |
| CMYK | 0.04 | 0 | 0.12 | 0.02 |
| HSL | 77.42º | 0.79% | 0.92% | - |
| HSV(B) | 77.42º | 0.12% | 0.98% | - |
| XYZ | 84.03 | 93.04 | 81.24 | - |
| YUV | 244.78 | 114.02 | 126.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 251 | 220 | 0.04 | 0 | 0.12 | 0.02 | 77.42 | 0.79 | 0.92 |
| Hex | F2 | FB | DC | 4 | 0 | C | 2 | 4D | 4F | 5C |
| Octal | 362 | 373 | 334 | 4 | 0 | 14 | 2 | 115 | 117 | 134 |
| Binary | 11110010 | 11111011 | 11011100 | 100 | 0 | 1100 | 10 | 1001101 | 1001111 | 1011100 |
Color Harmonies of #F2FBDC
Complementary color
Monochromatic Colors of #F2FBDC
Black with #F2FBDC
Text Example
Text Example
White with #F2FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FBDC; }
p { color: rgb(242,251,220); }
H1.HeaderClassName
{
color: #F2FBDC;
}
.AnyTagClassName
{
color: #F2FBDC;
}
</style>
background-color css
<style>
a { background-color: #F2FBDC; }
a { background-color: rgb(242,251,220); }
div.DivClassName
{
background-color: #F2FBDC;
}
.BgClassName
{
background-color: #F2FBDC;
}
</style>
border-color css
<style>
span { border-color: #F2FBDC; }
span { border-color: rgb(242,251,220); }
td.TdClassName
{
border-color: #F2FBDC;
}
.TagClassName
{
border-color: #F2FBDC;
}
</style>