Shades of Saltpan #F2FCE0
Tints of Saltpan #F2FCE0
RGB
CMYK
RGB Variations
Color information
#F2FCE0 (or 0xF2FCE0) is known color: Saltpan. HEX triplet: F2, FC and E0. RGB value is (242,252,224). Sum of RGB (Red+Green+Blue) = 242+252+224=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 252 (98.83% from 255 or 35.10% from 718); Blue value is 224 (87.89% from 255 or 31.20% from 718); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCE0 is #0D031F. Grayscale: #F5F5F5. Windows color (decimal): -852768 or 14744818. OLE color: 14744818.
HSL color Cylindrical-coordinate representation of color #F2FCE0: hue angle of 81.43º degrees, saturation: 0.82, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FCE0 is Cyan = 0.04, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 242 | 252 | 224 | - |
| CMYK | 0.04 | 0 | 0.11 | 0.01 |
| HSL | 81.43º | 0.82% | 0.93% | - |
| HSV(B) | 81.43º | 0.11% | 0.99% | - |
| XYZ | 84.88 | 93.88 | 84.17 | - |
| YUV | 245.82 | 115.69 | 125.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 252 | 224 | 0.04 | 0 | 0.11 | 0.01 | 81.43 | 0.82 | 0.93 |
| Hex | F2 | FC | E0 | 4 | 0 | B | 1 | 51 | 52 | 5D |
| Octal | 362 | 374 | 340 | 4 | 0 | 13 | 1 | 121 | 122 | 135 |
| Binary | 11110010 | 11111100 | 11100000 | 100 | 0 | 1011 | 1 | 1010001 | 1010010 | 1011101 |
Color Harmonies of #F2FCE0
Complementary color
Monochromatic Colors of #F2FCE0
Black with #F2FCE0
Text Example
Text Example
White with #F2FCE0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCE0; }
p { color: rgb(242,252,224); }
H1.HeaderClassName
{
color: #F2FCE0;
}
.AnyTagClassName
{
color: #F2FCE0;
}
</style>
background-color css
<style>
a { background-color: #F2FCE0; }
a { background-color: rgb(242,252,224); }
div.DivClassName
{
background-color: #F2FCE0;
}
.BgClassName
{
background-color: #F2FCE0;
}
</style>
border-color css
<style>
span { border-color: #F2FCE0; }
span { border-color: rgb(242,252,224); }
td.TdClassName
{
border-color: #F2FCE0;
}
.TagClassName
{
border-color: #F2FCE0;
}
</style>