Shades of Saltpan #F8FDF3
Tints of Saltpan #F8FDF3
RGB
CMYK
RGB Variations
Color information
#F8FDF3 (or 0xF8FDF3) is known color: Saltpan. HEX triplet: F8, FD and F3. RGB value is (248,253,243). Sum of RGB (Red+Green+Blue) = 248+253+243=744 (98% of max value = 765). Red value is 248 (97.27% from 255 or 33.33% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 243 (95.31% from 255 or 32.66% from 744); Max value from RGB is 253 - color contains mainly: green. Hex color #F8FDF3 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F8FDF3 is #07020C. Grayscale: #FAFAFA. Windows color (decimal): -459277 or 15990264. OLE color: 15990264.
HSL color Cylindrical-coordinate representation of color #F8FDF3: hue angle of 90º degrees, saturation: 0.71, 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 #F8FDF3 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.01.
Color convert
RGB | 248 | 253 | 243 | - |
CMYK | 0.02 | 0 | 0.04 | 0.01 |
HSL | 90º | 0.71% | 0.97% | - |
HSV(B) | 90º | 0.04% | 0.99% | - |
XYZ | 90.01 | 96.68 | 98.71 | - |
YUV | 250.37 | 123.84 | 126.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 248 | 253 | 243 | 0.02 | 0 | 0.04 | 0.01 | 90 | 0.71 | 0.97 |
Hex | F8 | FD | F3 | 2 | 0 | 4 | 1 | 5A | 47 | 61 |
Octal | 370 | 375 | 363 | 2 | 0 | 4 | 1 | 132 | 107 | 141 |
Binary | 11111000 | 11111101 | 11110011 | 10 | 0 | 100 | 1 | 1011010 | 1000111 | 1100001 |
Color Harmonies of #F8FDF3
Complementary color
Monochromatic Colors of #F8FDF3
Black with #F8FDF3
Text Example
Text Example
White with #F8FDF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8FDF3; }
p { color: rgb(248,253,243); }
H1.HeaderClassName
{
color: #F8FDF3;
}
.AnyTagClassName
{
color: #F8FDF3;
}
</style>
background-color css
<style>
a { background-color: #F8FDF3; }
a { background-color: rgb(248,253,243); }
div.DivClassName
{
background-color: #F8FDF3;
}
.BgClassName
{
background-color: #F8FDF3;
}
</style>
border-color css
<style>
span { border-color: #F8FDF3; }
span { border-color: rgb(248,253,243); }
td.TdClassName
{
border-color: #F8FDF3;
}
.TagClassName
{
border-color: #F8FDF3;
}
</style>