#F6FFE1

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

Shades of Saltpan #F6FFE1

Tints of Saltpan #F6FFE1

Color information

#F6FFE1 (or 0xF6FFE1) is unknown color: approx Saltpan. HEX triplet: F6, FF and E1. RGB value is (246,255,225). Sum of RGB (Red+Green+Blue) = 246+255+225=726 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.88% from 726); Green value is 255 (100% from 255 or 35.12% from 726); Blue value is 225 (88.28% from 255 or 30.99% from 726); Max value from RGB is 255 - color contains mainly: green. Hex color #F6FFE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FFE1 is #09001E. Grayscale: #F9F9F9. Windows color (decimal): -589855 or 14811126. OLE color: 14811126.

HSL color Cylindrical-coordinate representation of color #F6FFE1: hue angle of 78º 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 #F6FFE1 is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.

Color convert

RGB246255225-
CMYK0.0400.120
HSL78º100%94.12%-
HSV(B)78º11.76%100%-
XYZ87.3696.5585.27-
YUV248.89114.52125.94-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.88%
GREEN value IS 255 (100% from 255) = 35.12%
BLUE value IS 225 (88.28% from 255) = 30.99%
R=33.88%
G=35.12%
B=30.99%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2462552250.0400.1207810094.12
HexF6FFE140C04e645e
Octal36637734140140116144136
Binary111101101111111111100001100011000100111011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FFE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FFE1; }

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

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

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

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

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

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

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

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