Shades of Saltpan #F2FDDF
Tints of Saltpan #F2FDDF
RGB
CMYK
RGB Variations
Color information
#F2FDDF (or 0xF2FDDF) is known color: Saltpan. HEX triplet: F2, FD and DF. RGB value is (242,253,223). Sum of RGB (Red+Green+Blue) = 242+253+223=718 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.70% from 718); Green value is 253 (99.22% from 255 or 35.24% from 718); Blue value is 223 (87.5% from 255 or 31.06% from 718); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDDF is #0D0220. Grayscale: #F6F6F6. Windows color (decimal): -852513 or 14679538. OLE color: 14679538.
HSL color Cylindrical-coordinate representation of color #F2FDDF: hue angle of 82º degrees, saturation: 0.88, 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 #F2FDDF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 223 | - |
CMYK | 0.04 | 0 | 0.12 | 0.01 |
HSL | 82º | 0.88% | 0.93% | - |
HSV(B) | 82º | 0.12% | 0.99% | - |
XYZ | 85.06 | 94.46 | 83.56 | - |
YUV | 246.29 | 114.86 | 124.94 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 223 | 0.04 | 0 | 0.12 | 0.01 | 82 | 0.88 | 0.93 |
Hex | F2 | FD | DF | 4 | 0 | C | 1 | 52 | 58 | 5D |
Octal | 362 | 375 | 337 | 4 | 0 | 14 | 1 | 122 | 130 | 135 |
Binary | 11110010 | 11111101 | 11011111 | 100 | 0 | 1100 | 1 | 1010010 | 1011000 | 1011101 |
Color Harmonies of #F2FDDF
Complementary color
Monochromatic Colors of #F2FDDF
Black with #F2FDDF
Text Example
Text Example
White with #F2FDDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDDF; }
p { color: rgb(242,253,223); }
H1.HeaderClassName
{
color: #F2FDDF;
}
.AnyTagClassName
{
color: #F2FDDF;
}
</style>
background-color css
<style>
a { background-color: #F2FDDF; }
a { background-color: rgb(242,253,223); }
div.DivClassName
{
background-color: #F2FDDF;
}
.BgClassName
{
background-color: #F2FDDF;
}
</style>
border-color css
<style>
span { border-color: #F2FDDF; }
span { border-color: rgb(242,253,223); }
td.TdClassName
{
border-color: #F2FDDF;
}
.TagClassName
{
border-color: #F2FDDF;
}
</style>