#F4FEDD

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

Shades of Saltpan #F4FEDD

Tints of Saltpan #F4FEDD

Color information

#F4FEDD (or 0xF4FEDD) is unknown color: approx Saltpan. HEX triplet: F4, FE and DD. RGB value is (244,254,221). Sum of RGB (Red+Green+Blue) = 244+254+221=719 (95% of max value = 765). Red value is 244 (95.70% from 255 or 33.94% from 719); Green value is 254 (99.61% from 255 or 35.33% from 719); Blue value is 221 (86.72% from 255 or 30.74% from 719); Max value from RGB is 254 - color contains mainly: green. Hex color #F4FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4FEDD is #0B0122. Grayscale: #F7F7F7. Windows color (decimal): -721187 or 14548724. OLE color: 14548724.

HSL color Cylindrical-coordinate representation of color #F4FEDD: hue angle of 78.18º degrees, saturation: 0.94, lightness: 0.93%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #F4FEDD is Cyan = 0.04, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.

Color convert

RGB244254221-
CMYK0.0400.130.00
HSL78.18º94.29%93.14%-
HSV(B)78.18º12.99%99.61%-
XYZ85.895.3482.29-
YUV247.25113.19125.68-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 33.94%
GREEN value IS 254 (99.61% from 255) = 35.33%
BLUE value IS 221 (86.72% from 255) = 30.74%
R=33.94%
G=35.33%
B=30.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2442542210.0400.130.0078.1894.2993.14
HexF4FEDD40D04e5e5d
Octal36437633540150116136135
Binary111101001111111011011101100011010100111010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4FEDD; }

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

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

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

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

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

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

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

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