#F4FEE0

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

Shades of Saltpan #F4FEE0

Tints of Saltpan #F4FEE0

Color information

#F4FEE0 (or 0xF4FEE0) is unknown color: approx Saltpan. HEX triplet: F4, FE and E0. RGB value is (244,254,224). Sum of RGB (Red+Green+Blue) = 244+254+224=722 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.80% from 722); Green value is 254 (99.61% from 255 or 35.18% from 722); Blue value is 224 (87.89% from 255 or 31.02% from 722); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEE0 is #0B011F. Grayscale: #F7F7F7. Windows color (decimal): -721184 or 14745332. OLE color: 14745332.

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

Color convert

RGB244254224-
CMYK0.0400.120.00
HSL80º93.75%93.73%-
HSV(B)80º11.81%99.61%-
XYZ86.295.584.41-
YUV247.59114.69125.44-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.80%
GREEN value IS 254 (99.61% from 255) = 35.18%
BLUE value IS 224 (87.89% from 255) = 31.02%
R=33.80%
G=35.18%
B=31.02%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542240.0400.120.008093.7593.73
HexF4FEE040C0505e5e
Octal36437634040140120136136
Binary111101001111111011100000100011000101000010111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEE0; }

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

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

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

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

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

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

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

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