Shades of Saltpan #F2FCDA
Tints of Saltpan #F2FCDA
RGB
CMYK
RGB Variations
Color information
#F2FCDA (or 0xF2FCDA) is known color: Saltpan. HEX triplet: F2, FC and DA. RGB value is (242,252,218). Sum of RGB (Red+Green+Blue) = 242+252+218=712 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.99% from 712); Green value is 252 (98.83% from 255 or 35.39% from 712); Blue value is 218 (85.55% from 255 or 30.62% from 712); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCDA is #0D0325. Grayscale: #F5F5F5. Windows color (decimal): -852774 or 14351602. OLE color: 14351602.
HSL color Cylindrical-coordinate representation of color #F2FCDA: hue angle of 77.65º degrees, saturation: 0.85, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FCDA is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 218 | - |
CMYK | 0.04 | 0 | 0.13 | 0.01 |
HSL | 77.65º | 0.85% | 0.92% | - |
HSV(B) | 77.65º | 0.13% | 0.99% | - |
XYZ | 84.08 | 93.56 | 79.96 | - |
YUV | 245.13 | 112.69 | 125.76 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 218 | 0.04 | 0 | 0.13 | 0.01 | 77.65 | 0.85 | 0.92 |
Hex | F2 | FC | DA | 4 | 0 | D | 1 | 4E | 55 | 5C |
Octal | 362 | 374 | 332 | 4 | 0 | 15 | 1 | 116 | 125 | 134 |
Binary | 11110010 | 11111100 | 11011010 | 100 | 0 | 1101 | 1 | 1001110 | 1010101 | 1011100 |
Color Harmonies of #F2FCDA
Complementary color
Monochromatic Colors of #F2FCDA
Black with #F2FCDA
Text Example
Text Example
White with #F2FCDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCDA; }
p { color: rgb(242,252,218); }
H1.HeaderClassName
{
color: #F2FCDA;
}
.AnyTagClassName
{
color: #F2FCDA;
}
</style>
background-color css
<style>
a { background-color: #F2FCDA; }
a { background-color: rgb(242,252,218); }
div.DivClassName
{
background-color: #F2FCDA;
}
.BgClassName
{
background-color: #F2FCDA;
}
</style>
border-color css
<style>
span { border-color: #F2FCDA; }
span { border-color: rgb(242,252,218); }
td.TdClassName
{
border-color: #F2FCDA;
}
.TagClassName
{
border-color: #F2FCDA;
}
</style>