#F4FEE1

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

Shades of Saltpan #F4FEE1

Tints of Saltpan #F4FEE1

Color information

#F4FEE1 (or 0xF4FEE1) is unknown color: approx Saltpan. HEX triplet: F4, FE and E1. RGB value is (244,254,225). Sum of RGB (Red+Green+Blue) = 244+254+225=723 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.75% from 723); Green value is 254 (99.61% from 255 or 35.13% from 723); Blue value is 225 (88.28% from 255 or 31.12% from 723); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEE1 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEE1 is #0B011E. Grayscale: #F7F7F7. Windows color (decimal): -721183 or 14810868. OLE color: 14810868.

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

Color convert

RGB244254225-
CMYK0.0400.110.00
HSL80.69º93.55%93.92%-
HSV(B)80.69º11.42%99.61%-
XYZ86.3495.5585.13-
YUV247.7115.19125.36-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.75%
GREEN value IS 254 (99.61% from 255) = 35.13%
BLUE value IS 225 (88.28% from 255) = 31.12%
R=33.75%
G=35.13%
B=31.12%

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
Decimal2442542250.0400.110.0080.6993.5593.92
HexF4FEE140B0515e5e
Octal36437634140130121136136
Binary111101001111111011100001100010110101000110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEE1; }

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

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

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

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

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

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

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

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