Shades of Saltpan #F2FEDF
Tints of Saltpan #F2FEDF
RGB
CMYK
RGB Variations
Color information
#F2FEDF (or 0xF2FEDF) is known color: Saltpan. HEX triplet: F2, FE and DF. RGB value is (242,254,223). Sum of RGB (Red+Green+Blue) = 242+254+223=719 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.66% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F2FEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FEDF is #0D0120. Grayscale: #F6F6F6. Windows color (decimal): -852257 or 14679794. OLE color: 14679794.
HSL color Cylindrical-coordinate representation of color #F2FEDF: hue angle of 83.23º degrees, saturation: 0.94, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FEDF is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 242 | 254 | 223 | - |
| CMYK | 0.05 | 0 | 0.12 | 0.00 |
| HSL | 83.23º | 0.94% | 0.94% | - |
| HSV(B) | 83.23º | 0.12% | 1% | - |
| XYZ | 85.38 | 95.09 | 83.67 | - |
| YUV | 246.88 | 114.52 | 124.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 254 | 223 | 0.05 | 0 | 0.12 | 0.00 | 83.23 | 0.94 | 0.94 |
| Hex | F2 | FE | DF | 5 | 0 | C | 0 | 53 | 5E | 5E |
| Octal | 362 | 376 | 337 | 5 | 0 | 14 | 0 | 123 | 136 | 136 |
| Binary | 11110010 | 11111110 | 11011111 | 101 | 0 | 1100 | 0 | 1010011 | 1011110 | 1011110 |
Color Harmonies of #F2FEDF
Complementary color
Monochromatic Colors of #F2FEDF
Black with #F2FEDF
Text Example
Text Example
White with #F2FEDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FEDF; }
p { color: rgb(242,254,223); }
H1.HeaderClassName
{
color: #F2FEDF;
}
.AnyTagClassName
{
color: #F2FEDF;
}
</style>
background-color css
<style>
a { background-color: #F2FEDF; }
a { background-color: rgb(242,254,223); }
div.DivClassName
{
background-color: #F2FEDF;
}
.BgClassName
{
background-color: #F2FEDF;
}
</style>
border-color css
<style>
span { border-color: #F2FEDF; }
span { border-color: rgb(242,254,223); }
td.TdClassName
{
border-color: #F2FEDF;
}
.TagClassName
{
border-color: #F2FEDF;
}
</style>