#F0FBD9

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

Shades of Saltpan #F0FBD9

Tints of Saltpan #F0FBD9

Color information

#F0FBD9 (or 0xF0FBD9) is unknown color: approx Saltpan. HEX triplet: F0, FB and D9. RGB value is (240,251,217). Sum of RGB (Red+Green+Blue) = 240+251+217=708 (93% of max value = 765). Red value is 240 (94.14% from 255 or 33.90% from 708); Green value is 251 (98.44% from 255 or 35.45% from 708); Blue value is 217 (85.16% from 255 or 30.65% from 708); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBD9 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBD9 is #0F0426. Grayscale: #F3F3F3. Windows color (decimal): -984103 or 14285808. OLE color: 14285808.

HSL color Cylindrical-coordinate representation of color #F0FBD9: hue angle of 79.41º degrees, saturation: 0.81, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #F0FBD9 is Cyan = 0.04, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.02.

Color convert

RGB240251217-
CMYK0.0400.140.02
HSL79.41º80.95%91.76%-
HSV(B)79.41º13.55%98.43%-
XYZ82.9692.5379.13-
YUV243.83112.86125.26-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.90%
GREEN value IS 251 (98.44% from 255) = 35.45%
BLUE value IS 217 (85.16% from 255) = 30.65%
R=33.90%
G=35.45%
B=30.65%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512170.0400.140.0279.4180.9591.76
HexF0FBD940E24f515c
Octal36037333140162117121134
Binary1111000011111011110110011000111010100111110100011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBD9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBD9; }

 p { color: rgb(240,251,217); }

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

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

 a { background-color: rgb(240,251,217); }

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

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

 span { border-color: rgb(240,251,217); }

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