Shades of Saltpan #FAFFF4
Tints of Saltpan #FAFFF4
RGB
CMYK
RGB Variations
Color information
#FAFFF4 (or 0xFAFFF4) is known color: Saltpan. HEX triplet: FA, FF and F4. RGB value is (250,255,244). Sum of RGB (Red+Green+Blue) = 250+255+244=749 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.38% from 749); Green value is 255 (100% from 255 or 34.05% from 749); Blue value is 244 (95.70% from 255 or 32.58% from 749); Max value from RGB is 255 - color contains mainly: green. Hex color #FAFFF4 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFFF4 is #05000B. Grayscale: #FCFCFC. Windows color (decimal): -327692 or 16056314. OLE color: 16056314.
HSL color Cylindrical-coordinate representation of color #FAFFF4: hue angle of 87.27º 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 #FAFFF4 is Cyan = 0.02, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.
Color convert
| RGB | 250 | 255 | 244 | - |
| CMYK | 0.02 | 0 | 0.04 | 0 |
| HSL | 87.27º | 1% | 0.98% | - |
| HSV(B) | 87.27º | 0.04% | 1% | - |
| XYZ | 91.51 | 98.38 | 99.75 | - |
| YUV | 252.25 | 123.34 | 126.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 255 | 244 | 0.02 | 0 | 0.04 | 0 | 87.27 | 1 | 0.98 |
| Hex | FA | FF | F4 | 2 | 0 | 4 | 0 | 57 | 64 | 62 |
| Octal | 372 | 377 | 364 | 2 | 0 | 4 | 0 | 127 | 144 | 142 |
| Binary | 11111010 | 11111111 | 11110100 | 10 | 0 | 100 | 0 | 1010111 | 1100100 | 1100010 |
Color Harmonies of #FAFFF4
Complementary color
Monochromatic Colors of #FAFFF4
Black with #FAFFF4
Text Example
Text Example
White with #FAFFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFFF4; }
p { color: rgb(250,255,244); }
H1.HeaderClassName
{
color: #FAFFF4;
}
.AnyTagClassName
{
color: #FAFFF4;
}
</style>
background-color css
<style>
a { background-color: #FAFFF4; }
a { background-color: rgb(250,255,244); }
div.DivClassName
{
background-color: #FAFFF4;
}
.BgClassName
{
background-color: #FAFFF4;
}
</style>
border-color css
<style>
span { border-color: #FAFFF4; }
span { border-color: rgb(250,255,244); }
td.TdClassName
{
border-color: #FAFFF4;
}
.TagClassName
{
border-color: #FAFFF4;
}
</style>