#F2F7E4

Color #F2F7E4 Saltpan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saltpan #F2F7E4

Tints of Saltpan #F2F7E4

Color information

#F2F7E4 (or 0xF2F7E4) is unknown color: approx Saltpan. HEX triplet: F2, F7 and E4. RGB value is (242,247,228). Sum of RGB (Red+Green+Blue) = 242+247+228=717 (94% of max value = 765). Red value is 242 (94.92% from 255 or 33.75% from 717); Green value is 247 (96.88% from 255 or 34.45% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 247 - color contains mainly: green. Hex color #F2F7E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F2F7E4 is #0D081B. Grayscale: #F3F3F3. Windows color (decimal): -854044 or 15005682. OLE color: 15005682.

HSL color Cylindrical-coordinate representation of color #F2F7E4: hue angle of 75.79º degrees, saturation: 0.54, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F2F7E4 is Cyan = 0.02, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.03.

Color convert

RGB242247228-
CMYK0.0200.080.03
HSL75.79º54.29%93.14%-
HSV(B)75.79º7.69%96.86%-
XYZ83.889186.54-
YUV243.34119.34127.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 242 (94.92% from 255) = 33.75%
GREEN value IS 247 (96.88% from 255) = 34.45%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=33.75%
G=34.45%
B=31.80%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2422472280.0200.080.0375.7954.2993.14
HexF2F7E420834c365d
Octal3623673442010311466135
Binary11110010111101111110010010010001110011001101101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F7E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F7E4; }

 p { color: rgb(242,247,228); }

 H1.HeaderClassName
 {
   color: #F2F7E4;
 }
 .AnyTagClassName
 {
   color: #F2F7E4;
 }
</style>
background-color css

<style>
 a { background-color: #F2F7E4; }

 a { background-color: rgb(242,247,228); }

 div.DivClassName
 {
   background-color: #F2F7E4;
 }
 .BgClassName
 {
   background-color: #F2F7E4;
 }
</style>
border-color css

<style>
 span { border-color: #F2F7E4; }

 span { border-color: rgb(242,247,228); }

 td.TdClassName
 {
   border-color: #F2F7E4;
 }
 .TagClassName
 {
   border-color: #F2F7E4;
 }
</style>