Shades of Saltpan #F3FADE
Tints of Saltpan #F3FADE
RGB
CMYK
RGB Variations
Color information
#F3FADE (or 0xF3FADE) is known color: Saltpan. HEX triplet: F3, FA and DE. RGB value is (243,250,222). Sum of RGB (Red+Green+Blue) = 243+250+222=715 (94% of max value = 765). Red value is 243 (95.31% from 255 or 33.99% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 222 (87.11% from 255 or 31.05% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F3FADE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F3FADE is #0C0521. Grayscale: #F4F4F4. Windows color (decimal): -787746 or 14613235. OLE color: 14613235.
HSL color Cylindrical-coordinate representation of color #F3FADE: hue angle of 75º degrees, saturation: 0.74, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F3FADE is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 243 | 250 | 222 | - |
| CMYK | 0.03 | 0 | 0.11 | 0.02 |
| HSL | 75º | 0.74% | 0.93% | - |
| HSV(B) | 75º | 0.11% | 0.98% | - |
| XYZ | 84.33 | 92.7 | 82.56 | - |
| YUV | 244.72 | 115.18 | 126.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 250 | 222 | 0.03 | 0 | 0.11 | 0.02 | 75 | 0.74 | 0.93 |
| Hex | F3 | FA | DE | 3 | 0 | B | 2 | 4B | 4A | 5D |
| Octal | 363 | 372 | 336 | 3 | 0 | 13 | 2 | 113 | 112 | 135 |
| Binary | 11110011 | 11111010 | 11011110 | 11 | 0 | 1011 | 10 | 1001011 | 1001010 | 1011101 |
Color Harmonies of #F3FADE
Complementary color
Monochromatic Colors of #F3FADE
Black with #F3FADE
Text Example
Text Example
White with #F3FADE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3FADE; }
p { color: rgb(243,250,222); }
H1.HeaderClassName
{
color: #F3FADE;
}
.AnyTagClassName
{
color: #F3FADE;
}
</style>
background-color css
<style>
a { background-color: #F3FADE; }
a { background-color: rgb(243,250,222); }
div.DivClassName
{
background-color: #F3FADE;
}
.BgClassName
{
background-color: #F3FADE;
}
</style>
border-color css
<style>
span { border-color: #F3FADE; }
span { border-color: rgb(243,250,222); }
td.TdClassName
{
border-color: #F3FADE;
}
.TagClassName
{
border-color: #F3FADE;
}
</style>