#F0F9E4

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

Shades of Saltpan #F0F9E4

Tints of Saltpan #F0F9E4

Color information

#F0F9E4 (or 0xF0F9E4) is unknown color: approx Saltpan. HEX triplet: F0, F9 and E4. RGB value is (240,249,228). Sum of RGB (Red+Green+Blue) = 240+249+228=717 (94% of max value = 765). Red value is 240 (94.14% from 255 or 33.47% from 717); Green value is 249 (97.66% from 255 or 34.73% from 717); Blue value is 228 (89.45% from 255 or 31.80% from 717); Max value from RGB is 249 - color contains mainly: green. Hex color #F0F9E4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0F9E4 is #0F061B. Grayscale: #F3F3F3. Windows color (decimal): -984604 or 15006192. OLE color: 15006192.

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

Color convert

RGB240249228-
CMYK0.0400.080.02
HSL85.71º63.64%93.53%-
HSV(B)85.71º8.43%97.65%-
XYZ83.8191.8886.72-
YUV243.91119.02125.21-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.47%
GREEN value IS 249 (97.66% from 255) = 34.73%
BLUE value IS 228 (89.45% from 255) = 31.80%
R=33.47%
G=34.73%
B=31.80%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402492280.0400.080.0285.7163.6493.53
HexF0F9E4408256405e
Octal36037134440102126100136
Binary1111000011111001111001001000100010101011010000001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F9E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F9E4; }

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

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

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

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

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

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

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

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