#F0F3E8

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

Shades of Saltpan #F0F3E8

Tints of Saltpan #F0F3E8

Color information

#F0F3E8 (or 0xF0F3E8) is unknown color: approx Saltpan. HEX triplet: F0, F3 and E8. RGB value is (240,243,232). Sum of RGB (Red+Green+Blue) = 240+243+232=715 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.57% from 715); Green value is 243 (95.31% from 255 or 33.99% from 715); Blue value is 232 (91.02% from 255 or 32.45% from 715); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F3E8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F0F3E8 is #0F0C17. Grayscale: #F0F0F0. Windows color (decimal): -986136 or 15266800. OLE color: 15266800.

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

Color convert

RGB240243232-
CMYK0.0100.050.05
HSL76.36º31.43%93.14%-
HSV(B)76.36º4.53%95.29%-
XYZ82.5588.4589.07-
YUV240.85123.01127.39-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.57%
GREEN value IS 243 (95.31% from 255) = 33.99%
BLUE value IS 232 (91.02% from 255) = 32.45%
R=33.57%
G=33.99%
B=32.45%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402432320.0100.050.0576.3631.4393.14
HexF0F3E810554c1f5d
Octal360363350105511437135
Binary111100001111001111101000101011011001100111111011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F3E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F3E8; }

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

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

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

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

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

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

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

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