#F7FEEA

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

Shades of Saltpan #F7FEEA

Tints of Saltpan #F7FEEA

Color information

#F7FEEA (or 0xF7FEEA) is unknown color: approx Saltpan. HEX triplet: F7, FE and EA. RGB value is (247,254,234). Sum of RGB (Red+Green+Blue) = 247+254+234=735 (97% of max value = 765). Red value is 247 (96.88% from 255 or 33.61% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 234 (91.80% from 255 or 31.84% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #F7FEEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7FEEA is #080115. Grayscale: #F9F9F9. Windows color (decimal): -524566 or 15400695. OLE color: 15400695.

HSL color Cylindrical-coordinate representation of color #F7FEEA: hue angle of 81º degrees, saturation: 0.91, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F7FEEA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.00.

Color convert

RGB247254234-
CMYK0.0300.080.00
HSL81º90.91%95.69%-
HSV(B)81º7.87%99.61%-
XYZ88.6596.691.81-
YUV249.63119.18126.13-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 33.61%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 234 (91.80% from 255) = 31.84%
R=33.61%
G=34.56%
B=31.84%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2472542340.0300.080.008190.9195.69
HexF7FEEA3080515b60
Octal36737635230100121133140
Binary11110111111111101110101011010000101000110110111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7FEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7FEEA; }

 p { color: rgb(247,254,234); }

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

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

 a { background-color: rgb(247,254,234); }

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

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

 span { border-color: rgb(247,254,234); }

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