Shades of Saltpan #F2FADF
Tints of Saltpan #F2FADF
RGB
CMYK
RGB Variations
Color information
#F2FADF (or 0xF2FADF) is known color: Saltpan. HEX triplet: F2, FA and DF. RGB value is (242,250,223). Sum of RGB (Red+Green+Blue) = 242+250+223=715 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.85% from 715); Green value is 250 (98.05% from 255 or 34.97% from 715); Blue value is 223 (87.5% from 255 or 31.19% from 715); Max value from RGB is 250 - color contains mainly: green. Hex color #F2FADF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FADF is #0D0520. Grayscale: #F4F4F4. Windows color (decimal): -853281 or 14678770. OLE color: 14678770.
HSL color Cylindrical-coordinate representation of color #F2FADF: hue angle of 77.78º degrees, saturation: 0.73, 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 #F2FADF is Cyan = 0.03, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.02.
Color convert
RGB | 242 | 250 | 223 | - |
CMYK | 0.03 | 0 | 0.11 | 0.02 |
HSL | 77.78º | 0.73% | 0.93% | - |
HSV(B) | 77.78º | 0.11% | 0.98% | - |
XYZ | 84.12 | 92.58 | 83.25 | - |
YUV | 244.53 | 115.85 | 126.2 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 250 | 223 | 0.03 | 0 | 0.11 | 0.02 | 77.78 | 0.73 | 0.93 |
Hex | F2 | FA | DF | 3 | 0 | B | 2 | 4E | 49 | 5D |
Octal | 362 | 372 | 337 | 3 | 0 | 13 | 2 | 116 | 111 | 135 |
Binary | 11110010 | 11111010 | 11011111 | 11 | 0 | 1011 | 10 | 1001110 | 1001001 | 1011101 |
Color Harmonies of #F2FADF
Complementary color
Monochromatic Colors of #F2FADF
Black with #F2FADF
Text Example
Text Example
White with #F2FADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FADF; }
p { color: rgb(242,250,223); }
H1.HeaderClassName
{
color: #F2FADF;
}
.AnyTagClassName
{
color: #F2FADF;
}
</style>
background-color css
<style>
a { background-color: #F2FADF; }
a { background-color: rgb(242,250,223); }
div.DivClassName
{
background-color: #F2FADF;
}
.BgClassName
{
background-color: #F2FADF;
}
</style>
border-color css
<style>
span { border-color: #F2FADF; }
span { border-color: rgb(242,250,223); }
td.TdClassName
{
border-color: #F2FADF;
}
.TagClassName
{
border-color: #F2FADF;
}
</style>