Shades of Saltpan #FAFDF7
Tints of Saltpan #FAFDF7
RGB
CMYK
RGB Variations
Color information
#FAFDF7 (or 0xFAFDF7) is known color: Saltpan. HEX triplet: FA, FD and F7. RGB value is (250,253,247). Sum of RGB (Red+Green+Blue) = 250+253+247=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 253 (99.22% from 255 or 33.73% from 750); Blue value is 247 (96.88% from 255 or 32.93% from 750); Max value from RGB is 253 - color contains mainly: green. Hex color #FAFDF7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFDF7 is #050208. Grayscale: #FBFBFB. Windows color (decimal): -328201 or 16252410. OLE color: 16252410.
HSL color Cylindrical-coordinate representation of color #FAFDF7: hue angle of 90º degrees, saturation: 0.6, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.02%. Process color model (Four color, CMYK) of #FAFDF7 is Cyan = 0.01, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.01.
Color convert
RGB | 250 | 253 | 247 | - |
CMYK | 0.01 | 0 | 0.02 | 0.01 |
HSL | 90º | 0.6% | 0.98% | - |
HSV(B) | 90º | 0.02% | 0.99% | - |
XYZ | 91.34 | 97.29 | 101.96 | - |
YUV | 251.42 | 125.51 | 126.99 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 253 | 247 | 0.01 | 0 | 0.02 | 0.01 | 90 | 0.6 | 0.98 |
Hex | FA | FD | F7 | 1 | 0 | 2 | 1 | 5A | 3C | 62 |
Octal | 372 | 375 | 367 | 1 | 0 | 2 | 1 | 132 | 74 | 142 |
Binary | 11111010 | 11111101 | 11110111 | 1 | 0 | 10 | 1 | 1011010 | 111100 | 1100010 |
Color Harmonies of #FAFDF7
Complementary color
Monochromatic Colors of #FAFDF7
Black with #FAFDF7
Text Example
Text Example
White with #FAFDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFDF7; }
p { color: rgb(250,253,247); }
H1.HeaderClassName
{
color: #FAFDF7;
}
.AnyTagClassName
{
color: #FAFDF7;
}
</style>
background-color css
<style>
a { background-color: #FAFDF7; }
a { background-color: rgb(250,253,247); }
div.DivClassName
{
background-color: #FAFDF7;
}
.BgClassName
{
background-color: #FAFDF7;
}
</style>
border-color css
<style>
span { border-color: #FAFDF7; }
span { border-color: rgb(250,253,247); }
td.TdClassName
{
border-color: #FAFDF7;
}
.TagClassName
{
border-color: #FAFDF7;
}
</style>