#F4FEE5

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

Shades of Saltpan #F4FEE5

Tints of Saltpan #F4FEE5

Color information

#F4FEE5 (or 0xF4FEE5) is unknown color: approx Saltpan. HEX triplet: F4, FE and E5. RGB value is (244,254,229). Sum of RGB (Red+Green+Blue) = 244+254+229=727 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.56% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 229 (89.84% from 255 or 31.50% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEE5 is #0B011A. Grayscale: #F8F8F8. Windows color (decimal): -721179 or 15073012. OLE color: 15073012.

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

Color convert

RGB244254229-
CMYK0.0400.100.00
HSL84º92.59%94.71%-
HSV(B)84º9.84%99.61%-
XYZ86.8995.7788.04-
YUV248.16117.19125.03-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.56%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 229 (89.84% from 255) = 31.50%
R=33.56%
G=34.94%
B=31.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542290.0400.100.008492.5994.71
HexF4FEE540A0545d5f
Octal36437634540120124135137
Binary111101001111111011100101100010100101010010111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEE5; }

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

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

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

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

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

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

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

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