Shades of Saltpan #FAFEF6
Tints of Saltpan #FAFEF6
RGB
CMYK
RGB Variations
Color information
#FAFEF6 (or 0xFAFEF6) is known color: Saltpan. HEX triplet: FA, FE and F6. RGB value is (250,254,246). Sum of RGB (Red+Green+Blue) = 250+254+246=750 (99% of max value = 765). Red value is 250 (98.05% from 255 or 33.33% from 750); Green value is 254 (99.61% from 255 or 33.87% from 750); Blue value is 246 (96.48% from 255 or 32.8% from 750); Max value from RGB is 254 - color contains mainly: green. Hex color #FAFEF6 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #FAFEF6 is #050109. Grayscale: #FBFBFB. Windows color (decimal): -327946 or 16187130. OLE color: 16187130.
HSL color Cylindrical-coordinate representation of color #FAFEF6: hue angle of 90º degrees, saturation: 0.8, lightness: 0.98%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.03%. Process color model (Four color, CMYK) of #FAFEF6 is Cyan = 0.02, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 250 | 254 | 246 | - |
| CMYK | 0.02 | 0 | 0.03 | 0.00 |
| HSL | 90º | 0.8% | 0.98% | - |
| HSV(B) | 90º | 0.03% | 1% | - |
| XYZ | 91.5 | 97.86 | 101.26 | - |
| YUV | 251.89 | 124.67 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 250 | 254 | 246 | 0.02 | 0 | 0.03 | 0.00 | 90 | 0.8 | 0.98 |
| Hex | FA | FE | F6 | 2 | 0 | 3 | 0 | 5A | 50 | 62 |
| Octal | 372 | 376 | 366 | 2 | 0 | 3 | 0 | 132 | 120 | 142 |
| Binary | 11111010 | 11111110 | 11110110 | 10 | 0 | 11 | 0 | 1011010 | 1010000 | 1100010 |
Color Harmonies of #FAFEF6
Complementary color
Monochromatic Colors of #FAFEF6
Black with #FAFEF6
Text Example
Text Example
White with #FAFEF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FAFEF6; }
p { color: rgb(250,254,246); }
H1.HeaderClassName
{
color: #FAFEF6;
}
.AnyTagClassName
{
color: #FAFEF6;
}
</style>
background-color css
<style>
a { background-color: #FAFEF6; }
a { background-color: rgb(250,254,246); }
div.DivClassName
{
background-color: #FAFEF6;
}
.BgClassName
{
background-color: #FAFEF6;
}
</style>
border-color css
<style>
span { border-color: #FAFEF6; }
span { border-color: rgb(250,254,246); }
td.TdClassName
{
border-color: #FAFEF6;
}
.TagClassName
{
border-color: #FAFEF6;
}
</style>