#F4FAED

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

Shades of Saltpan #F4FAED

Tints of Saltpan #F4FAED

Color information

#F4FAED (or 0xF4FAED) is unknown color: approx Saltpan. HEX triplet: F4, FA and ED. RGB value is (244,250,237). Sum of RGB (Red+Green+Blue) = 244+250+237=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 250 (98.05% from 255 or 34.20% from 731); Blue value is 237 (92.97% from 255 or 32.42% from 731); Max value from RGB is 250 - color contains mainly: green. Hex color #F4FAED is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FAED is #0B0512. Grayscale: #F6F6F6. Windows color (decimal): -722195 or 15596276. OLE color: 15596276.

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

Color convert

RGB244250237-
CMYK0.0200.050.02
HSL87.69º56.52%95.49%-
HSV(B)87.69º5.2%98.04%-
XYZ86.7893.7293.64-
YUV246.72122.51126.06-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.38%
GREEN value IS 250 (98.05% from 255) = 34.20%
BLUE value IS 237 (92.97% from 255) = 32.42%
R=33.38%
G=34.20%
B=32.42%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2442502370.0200.050.0287.6956.5295.49
HexF4FAED205258395f
Octal364372355205213071137
Binary1111010011111010111011011001011010110001110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FAED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FAED; }

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

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

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

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

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

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

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

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