Shades of Saltpan #F2FCDB
Tints of Saltpan #F2FCDB
RGB
CMYK
RGB Variations
Color information
#F2FCDB (or 0xF2FCDB) is known color: Saltpan. HEX triplet: F2, FC and DB. RGB value is (242,252,219). Sum of RGB (Red+Green+Blue) = 242+252+219=713 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.94% from 713); Green value is 252 (98.83% from 255 or 35.34% from 713); Blue value is 219 (85.94% from 255 or 30.72% from 713); Max value from RGB is 252 - color contains mainly: green. Hex color #F2FCDB is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FCDB is #0D0324. Grayscale: #F5F5F5. Windows color (decimal): -852773 or 14417138. OLE color: 14417138.
HSL color Cylindrical-coordinate representation of color #F2FCDB: hue angle of 78.18º 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 #F2FCDB is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.
Color convert
RGB | 242 | 252 | 219 | - |
CMYK | 0.04 | 0 | 0.13 | 0.01 |
HSL | 78.18º | 0.85% | 0.92% | - |
HSV(B) | 78.18º | 0.13% | 0.99% | - |
XYZ | 84.21 | 93.61 | 80.65 | - |
YUV | 245.25 | 113.19 | 125.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 252 | 219 | 0.04 | 0 | 0.13 | 0.01 | 78.18 | 0.85 | 0.92 |
Hex | F2 | FC | DB | 4 | 0 | D | 1 | 4E | 55 | 5C |
Octal | 362 | 374 | 333 | 4 | 0 | 15 | 1 | 116 | 125 | 134 |
Binary | 11110010 | 11111100 | 11011011 | 100 | 0 | 1101 | 1 | 1001110 | 1010101 | 1011100 |
Color Harmonies of #F2FCDB
Complementary color
Monochromatic Colors of #F2FCDB
Black with #F2FCDB
Text Example
Text Example
White with #F2FCDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FCDB; }
p { color: rgb(242,252,219); }
H1.HeaderClassName
{
color: #F2FCDB;
}
.AnyTagClassName
{
color: #F2FCDB;
}
</style>
background-color css
<style>
a { background-color: #F2FCDB; }
a { background-color: rgb(242,252,219); }
div.DivClassName
{
background-color: #F2FCDB;
}
.BgClassName
{
background-color: #F2FCDB;
}
</style>
border-color css
<style>
span { border-color: #F2FCDB; }
span { border-color: rgb(242,252,219); }
td.TdClassName
{
border-color: #F2FCDB;
}
.TagClassName
{
border-color: #F2FCDB;
}
</style>