#F0FBDE

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

Shades of Saltpan #F0FBDE

Tints of Saltpan #F0FBDE

Color information

#F0FBDE (or 0xF0FBDE) is unknown color: approx Saltpan. HEX triplet: F0, FB and DE. RGB value is (240,251,222). Sum of RGB (Red+Green+Blue) = 240+251+222=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 251 (98.44% from 255 or 35.20% from 713); Blue value is 222 (87.11% from 255 or 31.14% from 713); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBDE is #0F0421. Grayscale: #F4F4F4. Windows color (decimal): -984098 or 14613488. OLE color: 14613488.

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

Color convert

RGB240251222-
CMYK0.0400.120.02
HSL82.76º78.38%92.75%-
HSV(B)82.76º11.55%98.43%-
XYZ83.6292.7982.61-
YUV244.4115.36124.86-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 251 (98.44% from 255) = 35.20%
BLUE value IS 222 (87.11% from 255) = 31.14%
R=33.66%
G=35.20%
B=31.14%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512220.0400.120.0282.7678.3892.75
HexF0FBDE40C2534e5d
Octal36037333640142123116135
Binary1111000011111011110111101000110010101001110011101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBDE; }

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

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

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

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

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

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

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

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