#F1FFDA

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

Shades of Saltpan #F1FFDA

Tints of Saltpan #F1FFDA

Color information

#F1FFDA (or 0xF1FFDA) is unknown color: approx Saltpan. HEX triplet: F1, FF and DA. RGB value is (241,255,218). Sum of RGB (Red+Green+Blue) = 241+255+218=714 (94% of max value = 765). Red value is 241 (94.53% from 255 or 33.75% from 714); Green value is 255 (100% from 255 or 35.71% from 714); Blue value is 218 (85.55% from 255 or 30.53% from 714); Max value from RGB is 255 - color contains mainly: green. Hex color #F1FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F1FFDA is #0E0025. Grayscale: #F6F6F6. Windows color (decimal): -917542 or 14352369. OLE color: 14352369.

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

Color convert

RGB241255218-
CMYK0.0500.150
HSL82.7º100%92.75%-
HSV(B)82.7º14.51%100%-
XYZ84.6995.2880.26-
YUV246.6111.86124.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 33.75%
GREEN value IS 255 (100% from 255) = 35.71%
BLUE value IS 218 (85.55% from 255) = 30.53%
R=33.75%
G=35.71%
B=30.53%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2412552180.0500.15082.710092.75
HexF1FFDA50F053645d
Octal36137733250170123144135
Binary111100011111111111011010101011110101001111001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1FFDA; }

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

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

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

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

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

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

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

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