#F1FEDC

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

Shades of Saltpan #F1FEDC

Tints of Saltpan #F1FEDC

Color information

#F1FEDC (or 0xF1FEDC) is unknown color: approx Saltpan. HEX triplet: F1, FE and DC. RGB value is (241,254,220). Sum of RGB (Red+Green+Blue) = 241+254+220=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 254 (99.61% from 255 or 35.52% from 715); Blue value is 220 (86.33% from 255 or 30.77% from 715); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDC is #0E0123. Grayscale: #F6F6F6. Windows color (decimal): -917796 or 14483185. OLE color: 14483185.

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

Color convert

RGB241254220-
CMYK0.0500.130.00
HSL82.94º94.44%92.94%-
HSV(B)82.94º13.39%99.61%-
XYZ84.6494.7581.54-
YUV246.24113.19124.26-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.71%
GREEN value IS 254 (99.61% from 255) = 35.52%
BLUE value IS 220 (86.33% from 255) = 30.77%
R=33.71%
G=35.52%
B=30.77%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2412542200.0500.130.0082.9494.4492.94
HexF1FEDC50D0535e5d
Octal36137633450150123136135
Binary111100011111111011011100101011010101001110111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEDC; }

 p { color: rgb(241,254,220); }

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

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

 a { background-color: rgb(241,254,220); }

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

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

 span { border-color: rgb(241,254,220); }

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