Shades of Saltpan #F2FDDB
Tints of Saltpan #F2FDDB
RGB
CMYK
RGB Variations
Color information
#F2FDDB (or 0xF2FDDB) is known color: Saltpan. HEX triplet: F2, FD and DB. RGB value is (242,253,219). Sum of RGB (Red+Green+Blue) = 242+253+219=714 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.89% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 219 (85.94% from 255 or 30.67% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F2FDDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FDDB is #0D0224. Grayscale: #F5F5F5. Windows color (decimal): -852517 or 14417394. OLE color: 14417394.
HSL color Cylindrical-coordinate representation of color #F2FDDB: hue angle of 79.41º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F2FDDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 253 | 219 | - |
CMYK | 0.04 | 0 | 0.13 | 0.01 |
HSL | 79.41º | 0.89% | 0.93% | - |
HSV(B) | 79.41º | 0.13% | 0.99% | - |
XYZ | 84.53 | 94.24 | 80.75 | - |
YUV | 245.84 | 112.86 | 125.26 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 253 | 219 | 0.04 | 0 | 0.13 | 0.01 | 79.41 | 0.89 | 0.93 |
Hex | F2 | FD | DB | 4 | 0 | D | 1 | 4F | 59 | 5D |
Octal | 362 | 375 | 333 | 4 | 0 | 15 | 1 | 117 | 131 | 135 |
Binary | 11110010 | 11111101 | 11011011 | 100 | 0 | 1101 | 1 | 1001111 | 1011001 | 1011101 |
Color Harmonies of #F2FDDB
Complementary color
Monochromatic Colors of #F2FDDB
Black with #F2FDDB
Text Example
Text Example
White with #F2FDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FDDB; }
p { color: rgb(242,253,219); }
H1.HeaderClassName
{
color: #F2FDDB;
}
.AnyTagClassName
{
color: #F2FDDB;
}
</style>
background-color css
<style>
a { background-color: #F2FDDB; }
a { background-color: rgb(242,253,219); }
div.DivClassName
{
background-color: #F2FDDB;
}
.BgClassName
{
background-color: #F2FDDB;
}
</style>
border-color css
<style>
span { border-color: #F2FDDB; }
span { border-color: rgb(242,253,219); }
td.TdClassName
{
border-color: #F2FDDB;
}
.TagClassName
{
border-color: #F2FDDB;
}
</style>