#F4FDEA

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

Shades of Saltpan #F4FDEA

Tints of Saltpan #F4FDEA

Color information

#F4FDEA (or 0xF4FDEA) is unknown color: approx Saltpan. HEX triplet: F4, FD and EA. RGB value is (244,253,234). Sum of RGB (Red+Green+Blue) = 244+253+234=731 (96% of max value = 765). Red value is 244 (95.70% from 255 or 33.38% from 731); Green value is 253 (99.22% from 255 or 34.61% from 731); Blue value is 234 (91.80% from 255 or 32.01% from 731); Max value from RGB is 253 - color contains mainly: green. Hex color #F4FDEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F4FDEA is #0B0215. Grayscale: #F8F8F8. Windows color (decimal): -721430 or 15400436. OLE color: 15400436.

HSL color Cylindrical-coordinate representation of color #F4FDEA: hue angle of 88.42º degrees, saturation: 0.83, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #F4FDEA is Cyan = 0.04, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.

Color convert

RGB244253234-
CMYK0.0400.080.01
HSL88.42º82.61%95.49%-
HSV(B)88.42º7.51%99.22%-
XYZ87.2895.4291.66-
YUV248.14120.02125.04-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.38%
GREEN value IS 253 (99.22% from 255) = 34.61%
BLUE value IS 234 (91.80% from 255) = 32.01%
R=33.38%
G=34.61%
B=32.01%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2442532340.0400.080.0188.4282.6195.49
HexF4FDEA408158535f
Octal36437535240101130123137
Binary111101001111110111101010100010001101100010100111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FDEA; }

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

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

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

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

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

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

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

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