#F4FEDF

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

Shades of Saltpan #F4FEDF

Tints of Saltpan #F4FEDF

Color information

#F4FEDF (or 0xF4FEDF) is unknown color: approx Saltpan. HEX triplet: F4, FE and DF. RGB value is (244,254,223). Sum of RGB (Red+Green+Blue) = 244+254+223=721 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.84% from 721); Green value is 254 (99.61% from 255 or 35.23% from 721); Blue value is 223 (87.5% from 255 or 30.93% from 721); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEDF is #0B0120. Grayscale: #F7F7F7. Windows color (decimal): -721185 or 14679796. OLE color: 14679796.

HSL color Cylindrical-coordinate representation of color #F4FEDF: hue angle of 79.35º 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 #F4FEDF is Cyan = 0.04, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.00.

Color convert

RGB244254223-
CMYK0.0400.120.00
HSL79.35º93.94%93.53%-
HSV(B)79.35º12.2%99.61%-
XYZ86.0795.4483.7-
YUV247.48114.19125.52-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.84%
GREEN value IS 254 (99.61% from 255) = 35.23%
BLUE value IS 223 (87.5% from 255) = 30.93%
R=33.84%
G=35.23%
B=30.93%

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
Decimal2442542230.0400.120.0079.3593.9493.53
HexF4FEDF40C04f5e5e
Octal36437633740140117136136
Binary111101001111111011011111100011000100111110111101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEDF; }

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

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

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

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

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

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

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

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