Shades of Saltpan #FAFFF5
Tints of Saltpan #FAFFF5
RGB
CMYK
RGB Variations
Color information
#FAFFF5 (or 0xFAFFF5) is known color: Saltpan. HEX triplet: FA, FF and F5. RGB value is (250,255,245). Sum of RGB (Red+Green+Blue) = 250+255+245=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 255 (100% from 255 or 34% from 750); Blue value is 245 (96.09% from 255 or 32.67% from 750); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF5 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF5 is #05000A. Grayscale: #FCFCFC. Windows color (decimal): -327691 or 16121850. OLE color: 16121850.
HSL color Cylindrical-coordinate representation of color #FAFFF5: hue angle of 90º degrees, saturation: 1, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #FAFFF5 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 245 | - |
| CMYK | 0.02 | 0 | 0.04 | 0 |
| HSL | 90º | 1% | 0.98% | - |
| HSV(B) | 90º | 0.04% | 1% | - |
| XYZ | 91.67 | 98.44 | 100.56 | - |
| YUV | 252.37 | 123.84 | 126.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 245 | 0.02 | 0 | 0.04 | 0 | 90 | 1 | 0.98 |
| Hex | FA | FF | F5 | 2 | 0 | 4 | 0 | 5A | 64 | 62 |
| Octal | 372 | 377 | 365 | 2 | 0 | 4 | 0 | 132 | 144 | 142 |
| Binary | 11111010 | 11111111 | 11110101 | 10 | 0 | 100 | 0 | 1011010 | 1100100 | 1100010 |
Color Harmonies of #FAFFF5
Complementary color
Monochromatic Colors of #FAFFF5
Black with #FAFFF5
Text Example
Text Example
White with #FAFFF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFF5; }
p { color: rgb(250,255,245); }
H1.HeaderClassName
{
color: #FAFFF5;
}
.AnyTagClassName
{
color: #FAFFF5;
}
</style>
background-color css
<style>
a { background-color: #FAFFF5; }
a { background-color: rgb(250,255,245); }
div.DivClassName
{
background-color: #FAFFF5;
}
.BgClassName
{
background-color: #FAFFF5;
}
</style>
border-color css
<style>
span { border-color: #FAFFF5; }
span { border-color: rgb(250,255,245); }
td.TdClassName
{
border-color: #FAFFF5;
}
.TagClassName
{
border-color: #FAFFF5;
}
</style>