Shades of Saltpan #F2FCDF
Tints of Saltpan #F2FCDF
RGB
CMYK
RGB Variations
Color information
#F2FCDF (or 0xF2FCDF) is known color: Saltpan. HEX triplet: F2, FC and DF. RGB value is (242,252,223). Sum of RGB (Red+Green+Blue) = 242+252+223=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 252 (98.83% from 255 or 35.15% from 717); Blue value is 223 (87.5% from 255 or 31.10% from 717); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCDF is #0D0320. Grayscale: #F5F5F5. Windows color (decimal): -852769 or 14679282. OLE color: 14679282.
HSL color Cylindrical-coordinate representation of color #F2FCDF: hue angle of 80.69º degrees, saturation: 0.83, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F2FCDF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 223 | - |
CMYK | 0.04 | 0 | 0.12 | 0.01 |
HSL | 80.69º | 0.83% | 0.93% | - |
HSV(B) | 80.69º | 0.12% | 0.99% | - |
XYZ | 84.75 | 93.83 | 83.46 | - |
YUV | 245.7 | 115.19 | 125.36 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 223 | 0.04 | 0 | 0.12 | 0.01 | 80.69 | 0.83 | 0.93 |
Hex | F2 | FC | DF | 4 | 0 | C | 1 | 51 | 53 | 5D |
Octal | 362 | 374 | 337 | 4 | 0 | 14 | 1 | 121 | 123 | 135 |
Binary | 11110010 | 11111100 | 11011111 | 100 | 0 | 1100 | 1 | 1010001 | 1010011 | 1011101 |
Color Harmonies of #F2FCDF
Complementary color
Monochromatic Colors of #F2FCDF
Black with #F2FCDF
Text Example
Text Example
White with #F2FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCDF; }
p { color: rgb(242,252,223); }
H1.HeaderClassName
{
color: #F2FCDF;
}
.AnyTagClassName
{
color: #F2FCDF;
}
</style>
background-color css
<style>
a { background-color: #F2FCDF; }
a { background-color: rgb(242,252,223); }
div.DivClassName
{
background-color: #F2FCDF;
}
.BgClassName
{
background-color: #F2FCDF;
}
</style>
border-color css
<style>
span { border-color: #F2FCDF; }
span { border-color: rgb(242,252,223); }
td.TdClassName
{
border-color: #F2FCDF;
}
.TagClassName
{
border-color: #F2FCDF;
}
</style>