Shades of Saltpan #F2FFE4
Tints of Saltpan #F2FFE4
RGB
CMYK
RGB Variations
Color information
#F2FFE4 (or 0xF2FFE4) is known color: Saltpan. HEX triplet: F2, FF and E4. RGB value is (242,255,228). Sum of RGB (Red+Green+Blue) = 242+255+228=725 (96% of max value = 765). Red value is 242 (94.92% from 255 or 33.38% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 228 (89.45% from 255 or 31.45% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F2FFE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2FFE4 is #0D001B. Grayscale: #F8F8F8. Windows color (decimal): -851996 or 15007730. OLE color: 15007730.
HSL color Cylindrical-coordinate representation of color #F2FFE4: hue angle of 88.89º degrees, saturation: 1, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #F2FFE4 is Cyan = 0.05, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.
Color convert
RGB | 242 | 255 | 228 | - |
CMYK | 0.05 | 0 | 0.11 | 0 |
HSL | 88.89º | 1% | 0.95% | - |
HSV(B) | 88.89º | 0.11% | 1% | - |
XYZ | 86.38 | 96 | 87.38 | - |
YUV | 248.04 | 116.69 | 123.7 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 242 | 255 | 228 | 0.05 | 0 | 0.11 | 0 | 88.89 | 1 | 0.95 |
Hex | F2 | FF | E4 | 5 | 0 | B | 0 | 59 | 64 | 5F |
Octal | 362 | 377 | 344 | 5 | 0 | 13 | 0 | 131 | 144 | 137 |
Binary | 11110010 | 11111111 | 11100100 | 101 | 0 | 1011 | 0 | 1011001 | 1100100 | 1011111 |
Color Harmonies of #F2FFE4
Complementary color
Monochromatic Colors of #F2FFE4
Black with #F2FFE4
Text Example
Text Example
White with #F2FFE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2FFE4; }
p { color: rgb(242,255,228); }
H1.HeaderClassName
{
color: #F2FFE4;
}
.AnyTagClassName
{
color: #F2FFE4;
}
</style>
background-color css
<style>
a { background-color: #F2FFE4; }
a { background-color: rgb(242,255,228); }
div.DivClassName
{
background-color: #F2FFE4;
}
.BgClassName
{
background-color: #F2FFE4;
}
</style>
border-color css
<style>
span { border-color: #F2FFE4; }
span { border-color: rgb(242,255,228); }
td.TdClassName
{
border-color: #F2FFE4;
}
.TagClassName
{
border-color: #F2FFE4;
}
</style>