#F4FAEC

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

Shades of Saltpan #F4FAEC

Tints of Saltpan #F4FAEC

Color information

#F4FAEC (or 0xF4FAEC) is unknown color: approx Saltpan. HEX triplet: F4, FA and EC. RGB value is (244,250,236). Sum of RGB (Red+Green+Blue) = 244+250+236=730 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.42% from 730); Green value is 250 (98.05% from 255 or 34.25% from 730); Blue value is 236 (92.58% from 255 or 32.33% from 730); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAEC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAEC is #0B0513. Grayscale: #F6F6F6. Windows color (decimal): -722196 or 15530740. OLE color: 15530740.

HSL color Cylindrical-coordinate representation of color #F4FAEC: hue angle of 85.71º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #F4FAEC is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB244250236-
CMYK0.0200.060.02
HSL85.71º58.33%95.29%-
HSV(B)85.71º5.6%98.04%-
XYZ86.6393.6692.87-
YUV246.61122.01126.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.42%
GREEN value IS 250 (98.05% from 255) = 34.25%
BLUE value IS 236 (92.58% from 255) = 32.33%
R=33.42%
G=34.25%
B=32.33%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502360.0200.060.0285.7158.3395.29
HexF4FAEC2062563a5f
Octal364372354206212672137
Binary1111010011111010111011001001101010101101110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAEC; }

 p { color: rgb(244,250,236); }

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

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

 a { background-color: rgb(244,250,236); }

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

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

 span { border-color: rgb(244,250,236); }

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