#F0F9E0

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

Shades of Saltpan #F0F9E0

Tints of Saltpan #F0F9E0

Color information

#F0F9E0 (or 0xF0F9E0) is unknown color: approx Saltpan. HEX triplet: F0, F9 and E0. RGB value is (240,249,224). Sum of RGB (Red+Green+Blue) = 240+249+224=713 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.66% from 713); Green value is 249 (97.66% from 255 or 34.92% from 713); Blue value is 224 (87.89% from 255 or 31.42% from 713); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9E0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9E0 is #0F061F. Grayscale: #F3F3F3. Windows color (decimal): -984608 or 14744048. OLE color: 14744048.

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

Color convert

RGB240249224-
CMYK0.0400.100.02
HSL81.6º67.57%92.75%-
HSV(B)81.6º10.04%97.65%-
XYZ83.2791.6683.82-
YUV243.46117.02125.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.66%
GREEN value IS 249 (97.66% from 255) = 34.92%
BLUE value IS 224 (87.89% from 255) = 31.42%
R=33.66%
G=34.92%
B=31.42%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402492240.0400.100.0281.667.5792.75
HexF0F9E040A252445d
Octal36037134040122122104135
Binary1111000011111001111000001000101010101001010001001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F9E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F9E0; }

 p { color: rgb(240,249,224); }

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

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

 a { background-color: rgb(240,249,224); }

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

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

 span { border-color: rgb(240,249,224); }

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