#F1FEDD

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

Shades of Saltpan #F1FEDD

Tints of Saltpan #F1FEDD

Color information

#F1FEDD (or 0xF1FEDD) is unknown color: approx Saltpan. HEX triplet: F1, FE and DD. RGB value is (241,254,221). Sum of RGB (Red+Green+Blue) = 241+254+221=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 254 (99.61% from 255 or 35.47% from 716); Blue value is 221 (86.72% from 255 or 30.87% from 716); Max value from RGB is 254 - color contains mainly: green. Hex color #F1FEDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FEDD is #0E0122. Grayscale: #F6F6F6. Windows color (decimal): -917795 or 14548721. OLE color: 14548721.

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

Color convert

RGB241254221-
CMYK0.0500.130.00
HSL83.64º94.29%93.14%-
HSV(B)83.64º12.99%99.61%-
XYZ84.7794.882.24-
YUV246.35113.69124.18-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 254 (99.61% from 255) = 35.47%
BLUE value IS 221 (86.72% from 255) = 30.87%
R=33.66%
G=35.47%
B=30.87%

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
Decimal2412542210.0500.130.0083.6494.2993.14
HexF1FEDD50D0545e5d
Octal36137633550150124136135
Binary111100011111111011011101101011010101010010111101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FEDD; }

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

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

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

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

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

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

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

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