#F6FDEA

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

Shades of Saltpan #F6FDEA

Tints of Saltpan #F6FDEA

Color information

#F6FDEA (or 0xF6FDEA) is unknown color: approx Saltpan. HEX triplet: F6, FD and EA. RGB value is (246,253,234). Sum of RGB (Red+Green+Blue) = 246+253+234=733 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.56% from 733); Green value is 253 (99.22% from 255 or 34.52% from 733); Blue value is 234 (91.80% from 255 or 31.92% from 733); Max value from RGB is 253 - color contains mainly: green. Hex color #F6FDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FDEA is #090215. Grayscale: #F8F8F8. Windows color (decimal): -590358 or 15400438. OLE color: 15400438.

HSL color Cylindrical-coordinate representation of color #F6FDEA: hue angle of 82.11º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F6FDEA is Cyan = 0.03, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB246253234-
CMYK0.0300.080.01
HSL82.11º82.61%95.49%-
HSV(B)82.11º7.51%99.22%-
XYZ87.9895.7891.69-
YUV248.74119.68126.04-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.56%
GREEN value IS 253 (99.22% from 255) = 34.52%
BLUE value IS 234 (91.80% from 255) = 31.92%
R=33.56%
G=34.52%
B=31.92%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2462532340.0300.080.0182.1182.6195.49
HexF6FDEA308152535f
Octal36637535230101122123137
Binary11110110111111011110101011010001101001010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FDEA; }

 p { color: rgb(246,253,234); }

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

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

 a { background-color: rgb(246,253,234); }

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

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

 span { border-color: rgb(246,253,234); }

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