Shades of Saltpan #F4FCDF
Tints of Saltpan #F4FCDF
RGB
CMYK
RGB Variations
Color information
#F4FCDF (or 0xF4FCDF) is known color: Saltpan. HEX triplet: F4, FC and DF. RGB value is (244,252,223). Sum of RGB (Red+Green+Blue) = 244+252+223=719 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.94% from 719); Green value is 252 (98.83% from 255 or 35.05% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 252 - color contains mainly: green. Hex color #F4FCDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FCDF is #0B0320. Grayscale: #F6F6F6. Windows color (decimal): -721697 or 14679284. OLE color: 14679284.
HSL color Cylindrical-coordinate representation of color #F4FCDF: hue angle of 76.55º 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 #F4FCDF is Cyan = 0.03, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 244 | 252 | 223 | - |
| CMYK | 0.03 | 0 | 0.12 | 0.01 |
| HSL | 76.55º | 0.83% | 0.93% | - |
| HSV(B) | 76.55º | 0.12% | 0.99% | - |
| XYZ | 85.44 | 94.18 | 83.49 | - |
| YUV | 246.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 252 | 223 | 0.03 | 0 | 0.12 | 0.01 | 76.55 | 0.83 | 0.93 |
| Hex | F4 | FC | DF | 3 | 0 | C | 1 | 4D | 53 | 5D |
| Octal | 364 | 374 | 337 | 3 | 0 | 14 | 1 | 115 | 123 | 135 |
| Binary | 11110100 | 11111100 | 11011111 | 11 | 0 | 1100 | 1 | 1001101 | 1010011 | 1011101 |
Color Harmonies of #F4FCDF
Complementary color
Monochromatic Colors of #F4FCDF
Black with #F4FCDF
Text Example
Text Example
White with #F4FCDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4FCDF; }
p { color: rgb(244,252,223); }
H1.HeaderClassName
{
color: #F4FCDF;
}
.AnyTagClassName
{
color: #F4FCDF;
}
</style>
background-color css
<style>
a { background-color: #F4FCDF; }
a { background-color: rgb(244,252,223); }
div.DivClassName
{
background-color: #F4FCDF;
}
.BgClassName
{
background-color: #F4FCDF;
}
</style>
border-color css
<style>
span { border-color: #F4FCDF; }
span { border-color: rgb(244,252,223); }
td.TdClassName
{
border-color: #F4FCDF;
}
.TagClassName
{
border-color: #F4FCDF;
}
</style>