#F2F9E7

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

Shades of Saltpan #F2F9E7

Tints of Saltpan #F2F9E7

Color information

#F2F9E7 (or 0xF2F9E7) is unknown color: approx Saltpan. HEX triplet: F2, F9 and E7. RGB value is (242,249,231). Sum of RGB (Red+Green+Blue) = 242+249+231=722 (95% of max value = 765). Red value is 242 (94.92% from 255 or 33.52% from 722); Green value is 249 (97.66% from 255 or 34.49% from 722); Blue value is 231 (90.62% from 255 or 31.99% from 722); Max value from RGB is 249 - color contains mainly: green. Hex color #F2F9E7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F2F9E7 is #0D0618. Grayscale: #F4F4F4. Windows color (decimal): -853529 or 15202802. OLE color: 15202802.

HSL color Cylindrical-coordinate representation of color #F2F9E7: hue angle of 83.33º degrees, saturation: 0.6, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #F2F9E7 is Cyan = 0.03, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.02.

Color convert

RGB242249231-
CMYK0.0300.070.02
HSL83.33º60%94.12%-
HSV(B)83.33º7.23%97.65%-
XYZ84.9292.488.96-
YUV244.86120.18125.96-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 33.52%
GREEN value IS 249 (97.66% from 255) = 34.49%
BLUE value IS 231 (90.62% from 255) = 31.99%
R=33.52%
G=34.49%
B=31.99%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2422492310.0300.070.0283.336094.12
HexF2F9E73072533c5e
Octal362371347307212374136
Binary1111001011111001111001111101111010100111111001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2F9E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2F9E7; }

 p { color: rgb(242,249,231); }

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

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

 a { background-color: rgb(242,249,231); }

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

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

 span { border-color: rgb(242,249,231); }

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