#F0FFDA

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

Shades of Saltpan #F0FFDA

Tints of Saltpan #F0FFDA

Color information

#F0FFDA (or 0xF0FFDA) is unknown color: approx Saltpan. HEX triplet: F0, FF and DA. RGB value is (240,255,218). Sum of RGB (Red+Green+Blue) = 240+255+218=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 255 (100% from 255 or 35.76% from 713); Blue value is 218 (85.55% from 255 or 30.58% from 713); Max value from RGB is 255 - color contains mainly: green. Hex color #F0FFDA is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FFDA is #0F0025. Grayscale: #F6F6F6. Windows color (decimal): -983078 or 14352368. OLE color: 14352368.

HSL color Cylindrical-coordinate representation of color #F0FFDA: hue angle of 84.32º 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 #F0FFDA is Cyan = 0.06, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.

Color convert

RGB240255218-
CMYK0.0600.150
HSL84.32º100%92.75%-
HSV(B)84.32º14.51%100%-
XYZ84.3595.1180.24-
YUV246.3112.03123.51-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 255 (100% from 255) = 35.76%
BLUE value IS 218 (85.55% from 255) = 30.58%
R=33.66%
G=35.76%
B=30.58%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2402552180.0600.15084.3210092.75
HexF0FFDA60F054645d
Octal36037733260170124144135
Binary111100001111111111011010110011110101010011001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FFDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FFDA; }

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

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

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

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

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

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

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

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