#F1FDDE

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

Shades of Saltpan #F1FDDE

Tints of Saltpan #F1FDDE

Color information

#F1FDDE (or 0xF1FDDE) is unknown color: approx Saltpan. HEX triplet: F1, FD and DE. RGB value is (241,253,222). Sum of RGB (Red+Green+Blue) = 241+253+222=716 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.66% from 716); Green value is 253 (99.22% from 255 or 35.34% from 716); Blue value is 222 (87.11% from 255 or 31.01% from 716); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDE is #0E0221. Grayscale: #F5F5F5. Windows color (decimal): -918050 or 14614001. OLE color: 14614001.

HSL color Cylindrical-coordinate representation of color #F1FDDE: hue angle of 83.23º degrees, saturation: 0.89, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F1FDDE is Cyan = 0.05, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB241253222-
CMYK0.0500.120.01
HSL83.23º88.57%93.14%-
HSV(B)83.23º12.25%99.22%-
XYZ84.5994.2382.84-
YUV245.88114.52124.52-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.66%
GREEN value IS 253 (99.22% from 255) = 35.34%
BLUE value IS 222 (87.11% from 255) = 31.01%
R=33.66%
G=35.34%
B=31.01%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532220.0500.120.0183.2388.5793.14
HexF1FDDE50C153595d
Octal36137533650141123131135
Binary111100011111110111011110101011001101001110110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDDE; }

 p { color: rgb(241,253,222); }

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

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

 a { background-color: rgb(241,253,222); }

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

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

 span { border-color: rgb(241,253,222); }

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