#F1FFDF

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

Shades of Saltpan #F1FFDF

Tints of Saltpan #F1FFDF

Color information

#F1FFDF (or 0xF1FFDF) is unknown color: approx Saltpan. HEX triplet: F1, FF and DF. RGB value is (241,255,223). Sum of RGB (Red+Green+Blue) = 241+255+223=719 (95% of max value = 765). Red value is 241 (94.53% from 255 or 33.52% from 719); Green value is 255 (100% from 255 or 35.47% from 719); Blue value is 223 (87.5% from 255 or 31.02% from 719); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFDF is #0E0020. Grayscale: #F7F7F7. Windows color (decimal): -917537 or 14680049. OLE color: 14680049.

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

Color convert

RGB241255223-
CMYK0.0500.130
HSL86.25º100%93.73%-
HSV(B)86.25º12.55%100%-
XYZ85.3595.5583.76-
YUV247.17114.36123.6-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.52%
GREEN value IS 255 (100% from 255) = 35.47%
BLUE value IS 223 (87.5% from 255) = 31.02%
R=33.52%
G=35.47%
B=31.02%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552230.0500.13086.2510093.73
HexF1FFDF50D056645e
Octal36137733750150126144136
Binary111100011111111111011111101011010101011011001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFDF; }

 p { color: rgb(241,255,223); }

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

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

 a { background-color: rgb(241,255,223); }

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

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

 span { border-color: rgb(241,255,223); }

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