#F0F3EA

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

Shades of Saltpan #F0F3EA

Tints of Saltpan #F0F3EA

Color information

#F0F3EA (or 0xF0F3EA) is unknown color: approx Saltpan. HEX triplet: F0, F3 and EA. RGB value is (240,243,234). Sum of RGB (Red+Green+Blue) = 240+243+234=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 243 (95.31% from 255 or 33.89% from 717); Blue value is 234 (91.80% from 255 or 32.64% from 717); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3EA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3EA is #0F0C15. Grayscale: #F1F1F1. Windows color (decimal): -986134 or 15397872. OLE color: 15397872.

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

Color convert

RGB240243234-
CMYK0.0100.040.05
HSL80º27.27%93.53%-
HSV(B)80º3.7%95.29%-
XYZ82.8488.5790.57-
YUV241.08124.01127.23-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 243 (95.31% from 255) = 33.89%
BLUE value IS 234 (91.80% from 255) = 32.64%
R=33.47%
G=33.89%
B=32.64%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432340.0100.040.058027.2793.53
HexF0F3EA1045501b5e
Octal360363352104512033136
Binary111100001111001111101010101001011010000110111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3EA; }

 p { color: rgb(240,243,234); }

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

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

 a { background-color: rgb(240,243,234); }

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

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

 span { border-color: rgb(240,243,234); }

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