#F4FEE3

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

Shades of Saltpan #F4FEE3

Tints of Saltpan #F4FEE3

Color information

#F4FEE3 (or 0xF4FEE3) is unknown color: approx Saltpan. HEX triplet: F4, FE and E3. RGB value is (244,254,227). Sum of RGB (Red+Green+Blue) = 244+254+227=725 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.66% from 725); Green value is 254 (99.61% from 255 or 35.03% from 725); Blue value is 227 (89.06% from 255 or 31.31% from 725); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEE3 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEE3 is #0B011C. Grayscale: #F8F8F8. Windows color (decimal): -721181 or 14941940. OLE color: 14941940.

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

Color convert

RGB244254227-
CMYK0.0400.110.00
HSL82.22º93.1%94.31%-
HSV(B)82.22º10.63%99.61%-
XYZ86.6295.6686.57-
YUV247.93116.19125.2-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.66%
GREEN value IS 254 (99.61% from 255) = 35.03%
BLUE value IS 227 (89.06% from 255) = 31.31%
R=33.66%
G=35.03%
B=31.31%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542270.0400.110.0082.2293.194.31
HexF4FEE340B0525d5e
Octal36437634340130122135136
Binary111101001111111011100011100010110101001010111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEE3; }

 p { color: rgb(244,254,227); }

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

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

 a { background-color: rgb(244,254,227); }

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

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

 span { border-color: rgb(244,254,227); }

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