Shades of Saltpan #F9FDF4
Tints of Saltpan #F9FDF4
RGB
CMYK
RGB Variations
Color information
#F9FDF4 (or 0xF9FDF4) is known color: Saltpan. HEX triplet: F9, FD and F4. RGB value is (249,253,244). Sum of RGB (Red+Green+Blue) = 249+253+244=746 (98% of max value = 765). Red value is 249 (97.66% from 255 or 33.38% from 746); Green value is 253 (99.22% from 255 or 33.91% from 746); Blue value is 244 (95.70% from 255 or 32.71% from 746); Max value from RGB is 253 - color contains mainly: green. Hex color #F9FDF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F9FDF4 is #06020B. Grayscale: #FAFAFA. Windows color (decimal): -393740 or 16055801. OLE color: 16055801.
HSL color Cylindrical-coordinate representation of color #F9FDF4: hue angle of 86.67º degrees, saturation: 0.69, lightness: 0.97%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #F9FDF4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 249 | 253 | 244 | - |
CMYK | 0.02 | 0 | 0.04 | 0.01 |
HSL | 86.67º | 0.69% | 0.97% | - |
HSV(B) | 86.67º | 0.04% | 0.99% | - |
XYZ | 90.52 | 96.92 | 99.52 | - |
YUV | 250.78 | 124.17 | 126.73 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 249 | 253 | 244 | 0.02 | 0 | 0.04 | 0.01 | 86.67 | 0.69 | 0.97 |
Hex | F9 | FD | F4 | 2 | 0 | 4 | 1 | 57 | 45 | 61 |
Octal | 371 | 375 | 364 | 2 | 0 | 4 | 1 | 127 | 105 | 141 |
Binary | 11111001 | 11111101 | 11110100 | 10 | 0 | 100 | 1 | 1010111 | 1000101 | 1100001 |
Color Harmonies of #F9FDF4
Complementary color
Monochromatic Colors of #F9FDF4
Black with #F9FDF4
Text Example
Text Example
White with #F9FDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9FDF4; }
p { color: rgb(249,253,244); }
H1.HeaderClassName
{
color: #F9FDF4;
}
.AnyTagClassName
{
color: #F9FDF4;
}
</style>
background-color css
<style>
a { background-color: #F9FDF4; }
a { background-color: rgb(249,253,244); }
div.DivClassName
{
background-color: #F9FDF4;
}
.BgClassName
{
background-color: #F9FDF4;
}
</style>
border-color css
<style>
span { border-color: #F9FDF4; }
span { border-color: rgb(249,253,244); }
td.TdClassName
{
border-color: #F9FDF4;
}
.TagClassName
{
border-color: #F9FDF4;
}
</style>