#F1FDDD

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

Shades of Saltpan #F1FDDD

Tints of Saltpan #F1FDDD

Color information

#F1FDDD (or 0xF1FDDD) is unknown color: approx Saltpan. HEX triplet: F1, FD and DD. RGB value is (241,253,221). Sum of RGB (Red+Green+Blue) = 241+253+221=715 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.71% from 715); Green value is 253 (99.22% from 255 or 35.38% from 715); Blue value is 221 (86.72% from 255 or 30.91% from 715); Max value from RGB is 253 - color contains mainly: green. Hex color #F1FDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FDDD is #0E0222. Grayscale: #F5F5F5. Windows color (decimal): -918051 or 14548465. OLE color: 14548465.

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

Color convert

RGB241253221-
CMYK0.0500.130.01
HSL82.5º88.89%92.94%-
HSV(B)82.5º12.65%99.22%-
XYZ84.4594.1782.13-
YUV245.76114.02124.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.71%
GREEN value IS 253 (99.22% from 255) = 35.38%
BLUE value IS 221 (86.72% from 255) = 30.91%
R=33.71%
G=35.38%
B=30.91%

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
Decimal2412532210.0500.130.0182.588.8992.94
HexF1FDDD50D152595d
Octal36137533550151122131135
Binary111100011111110111011101101011011101001010110011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FDDD; }

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

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

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

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

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

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

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

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