Shades of Saltpan #FAFBF9
Tints of Saltpan #FAFBF9
RGB
CMYK
RGB Variations
Color information
#FAFBF9 (or 0xFAFBF9) is known color: Saltpan. HEX triplet: FA, FB and F9. RGB value is (250,251,249). Sum of RGB (Red+Green+Blue) = 250+251+249=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 251 (98.44% from 255 or 33.47% from 750); Blue value is 249 (97.66% from 255 or 33.2% from 750); Max value from RGB is 251 - color contains mainly: green. Hex color #FAFBF9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFBF9 is #050406. Grayscale: #FAFAFA. Windows color (decimal): -328711 or 16382970. OLE color: 16382970.
HSL color Cylindrical-coordinate representation of color #FAFBF9: hue angle of 90º degrees, saturation: 0.2, lightness: 0.98%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #FAFBF9 is Cyan = 0.00, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.02.
Color convert
RGB | 250 | 251 | 249 | - |
CMYK | 0.00 | 0 | 0.01 | 0.02 |
HSL | 90º | 0.2% | 0.98% | - |
HSV(B) | 90º | 0.01% | 0.98% | - |
XYZ | 91.02 | 96.16 | 103.39 | - |
YUV | 250.47 | 127.17 | 127.66 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 250 | 251 | 249 | 0.00 | 0 | 0.01 | 0.02 | 90 | 0.2 | 0.98 |
Hex | FA | FB | F9 | 0 | 0 | 1 | 2 | 5A | 14 | 62 |
Octal | 372 | 373 | 371 | 0 | 0 | 1 | 2 | 132 | 24 | 142 |
Binary | 11111010 | 11111011 | 11111001 | 0 | 0 | 1 | 10 | 1011010 | 10100 | 1100010 |
Color Harmonies of #FAFBF9
Complementary color
Monochromatic Colors of #FAFBF9
Black with #FAFBF9
Text Example
Text Example
White with #FAFBF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFBF9; }
p { color: rgb(250,251,249); }
H1.HeaderClassName
{
color: #FAFBF9;
}
.AnyTagClassName
{
color: #FAFBF9;
}
</style>
background-color css
<style>
a { background-color: #FAFBF9; }
a { background-color: rgb(250,251,249); }
div.DivClassName
{
background-color: #FAFBF9;
}
.BgClassName
{
background-color: #FAFBF9;
}
</style>
border-color css
<style>
span { border-color: #FAFBF9; }
span { border-color: rgb(250,251,249); }
td.TdClassName
{
border-color: #FAFBF9;
}
.TagClassName
{
border-color: #FAFBF9;
}
</style>