#F0F2EB

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

Shades of Saltpan #F0F2EB

Tints of Saltpan #F0F2EB

Color information

#F0F2EB (or 0xF0F2EB) is unknown color: approx Saltpan. HEX triplet: F0, F2 and EB. RGB value is (240,242,235). Sum of RGB (Red+Green+Blue) = 240+242+235=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 242 (94.92% from 255 or 33.75% from 717); Blue value is 235 (92.19% from 255 or 32.78% from 717); Max value from RGB is 242 - color contains mainly: green. Hex color #F0F2EB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F2EB is #0F0D14. Grayscale: #F0F0F0. Windows color (decimal): -986389 or 15463152. OLE color: 15463152.

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

Color convert

RGB240242235-
CMYK0.0100.030.05
HSL77.14º21.21%93.53%-
HSV(B)77.14º2.89%94.9%-
XYZ82.6888.0391.23-
YUV240.6124.84127.57-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 242 (94.92% from 255) = 33.75%
BLUE value IS 235 (92.19% from 255) = 32.78%
R=33.47%
G=33.75%
B=32.78%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402422350.0100.030.0577.1421.2193.53
HexF0F2EB10354d155e
Octal360362353103511525136
Binary11110000111100101110101110111011001101101011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F2EB; }

 p { color: rgb(240,242,235); }

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

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

 a { background-color: rgb(240,242,235); }

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

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

 span { border-color: rgb(240,242,235); }

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