#F6FEE4

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

Shades of Saltpan #F6FEE4

Tints of Saltpan #F6FEE4

Color information

#F6FEE4 (or 0xF6FEE4) is unknown color: approx Saltpan. HEX triplet: F6, FE and E4. RGB value is (246,254,228). Sum of RGB (Red+Green+Blue) = 246+254+228=728 (96% of max value = 765). Red value is 246 (96.48% from 255 or 33.79% from 728); Green value is 254 (99.61% from 255 or 34.89% from 728); Blue value is 228 (89.45% from 255 or 31.32% from 728); Max value from RGB is 254 - color contains mainly: green. Hex color #F6FEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6FEE4 is #09011B. Grayscale: #F8F8F8. Windows color (decimal): -590108 or 15007478. OLE color: 15007478.

HSL color Cylindrical-coordinate representation of color #F6FEE4: hue angle of 78.46º degrees, saturation: 0.93, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F6FEE4 is Cyan = 0.03, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.00.

Color convert

RGB246254228-
CMYK0.0300.100.00
HSL78.46º92.86%94.51%-
HSV(B)78.46º10.24%99.61%-
XYZ87.4596.0887.33-
YUV248.64116.35126.11-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 33.79%
GREEN value IS 254 (99.61% from 255) = 34.89%
BLUE value IS 228 (89.45% from 255) = 31.32%
R=33.79%
G=34.89%
B=31.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2462542280.0300.100.0078.4692.8694.51
HexF6FEE430A04e5d5f
Octal36637634430120116135137
Binary11110110111111101110010011010100100111010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6FEE4; }

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

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

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

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

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

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

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

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