#F6FFE0

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

Shades of Saltpan #F6FFE0

Tints of Saltpan #F6FFE0

Color information

#F6FFE0 (or 0xF6FFE0) is unknown color: approx Saltpan. HEX triplet: F6, FF and E0. RGB value is (246,255,224). Sum of RGB (Red+Green+Blue) = 246+255+224=725 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.93% from 725); Green value is 255 (100% from 255 or 35.17% from 725); Blue value is 224 (87.89% from 255 or 30.90% from 725); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFE0 is #09001F. Grayscale: #F8F8F8. Windows color (decimal): -589856 or 14745590. OLE color: 14745590.

HSL color Cylindrical-coordinate representation of color #F6FFE0: hue angle of 77.42º degrees, saturation: 1, lightness: 0.94%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F6FFE0 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB246255224-
CMYK0.0400.120
HSL77.42º100%93.92%-
HSV(B)77.42º12.16%100%-
XYZ87.2296.4984.55-
YUV248.78114.02126.02-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.93%
GREEN value IS 255 (100% from 255) = 35.17%
BLUE value IS 224 (87.89% from 255) = 30.90%
R=33.93%
G=35.17%
B=30.90%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552240.0400.12077.4210093.92
HexF6FFE040C04d645e
Octal36637734040140115144136
Binary111101101111111111100000100011000100110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFE0; }

 p { color: rgb(246,255,224); }

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

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

 a { background-color: rgb(246,255,224); }

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

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

 span { border-color: rgb(246,255,224); }

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