#F1FDDC

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

Shades of Saltpan #F1FDDC

Tints of Saltpan #F1FDDC

Color information

#F1FDDC (or 0xF1FDDC) is unknown color: approx Saltpan. HEX triplet: F1, FD and DC. RGB value is (241,253,220). Sum of RGB (Red+Green+Blue) = 241+253+220=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 253 (99.22% from 255 or 35.43% from 714); Blue value is 220 (86.33% from 255 or 30.81% from 714); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDC is #0E0223. Grayscale: #F5F5F5. Windows color (decimal): -918052 or 14482929. OLE color: 14482929.

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

Color convert

RGB241253220-
CMYK0.0500.130.01
HSL81.82º89.19%92.75%-
HSV(B)81.82º13.04%99.22%-
XYZ84.3294.1281.43-
YUV245.65113.52124.68-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 253 (99.22% from 255) = 35.43%
BLUE value IS 220 (86.33% from 255) = 30.81%
R=33.75%
G=35.43%
B=30.81%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2412532200.0500.130.0181.8289.1992.75
HexF1FDDC50D152595d
Octal36137533450151122131135
Binary111100011111110111011100101011011101001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDDC; }

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

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

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

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

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

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

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

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