#F4FAEA

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

Shades of Saltpan #F4FAEA

Tints of Saltpan #F4FAEA

Color information

#F4FAEA (or 0xF4FAEA) is unknown color: approx Saltpan. HEX triplet: F4, FA and EA. RGB value is (244,250,234). Sum of RGB (Red+Green+Blue) = 244+250+234=728 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.52% from 728); Green value is 250 (98.05% from 255 or 34.34% from 728); Blue value is 234 (91.80% from 255 or 32.14% from 728); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAEA is #0B0515. Grayscale: #F6F6F6. Windows color (decimal): -722198 or 15399668. OLE color: 15399668.

HSL color Cylindrical-coordinate representation of color #F4FAEA: hue angle of 82.5º degrees, saturation: 0.62, 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 #F4FAEA is Cyan = 0.02, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.02.

Color convert

RGB244250234-
CMYK0.0200.060.02
HSL82.5º61.54%94.9%-
HSV(B)82.5º6.4%98.04%-
XYZ86.3593.5491.35-
YUV246.38121.01126.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.52%
GREEN value IS 250 (98.05% from 255) = 34.34%
BLUE value IS 234 (91.80% from 255) = 32.14%
R=33.52%
G=34.34%
B=32.14%

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
Decimal2442502340.0200.060.0282.561.5494.9
HexF4FAEA2062523e5f
Octal364372352206212276137
Binary1111010011111010111010101001101010100101111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAEA; }

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

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

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

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

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

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

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

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