#F6FEEB

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

Shades of Saltpan #F6FEEB

Tints of Saltpan #F6FEEB

Color information

#F6FEEB (or 0xF6FEEB) is unknown color: approx Saltpan. HEX triplet: F6, FE and EB. RGB value is (246,254,235). Sum of RGB (Red+Green+Blue) = 246+254+235=735 (97% of max value = 765). Red value is 246 (96.48% from 255 or 33.47% from 735); Green value is 254 (99.61% from 255 or 34.56% from 735); Blue value is 235 (92.19% from 255 or 31.97% from 735); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEEB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F6FEEB is #090114. Grayscale: #F9F9F9. Windows color (decimal): -590101 or 15466230. OLE color: 15466230.

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

Color convert

RGB246254235-
CMYK0.0300.070.00
HSL85.26º90.48%95.88%-
HSV(B)85.26º7.48%99.61%-
XYZ88.4496.4792.56-
YUV249.44119.85125.54-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.47%
GREEN value IS 254 (99.61% from 255) = 34.56%
BLUE value IS 235 (92.19% from 255) = 31.97%
R=33.47%
G=34.56%
B=31.97%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542350.0300.070.0085.2690.4895.88
HexF6FEEB3070555a60
Octal3663763533070125132140
Binary1111011011111110111010111101110101010110110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEEB; }

 p { color: rgb(246,254,235); }

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

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

 a { background-color: rgb(246,254,235); }

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

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

 span { border-color: rgb(246,254,235); }

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