#F0FBE4

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

Shades of Saltpan #F0FBE4

Tints of Saltpan #F0FBE4

Color information

#F0FBE4 (or 0xF0FBE4) is unknown color: approx Saltpan. HEX triplet: F0, FB and E4. RGB value is (240,251,228). Sum of RGB (Red+Green+Blue) = 240+251+228=719 (95% of max value = 765). Red value is 240 (94.14% from 255 or 33.38% from 719); Green value is 251 (98.44% from 255 or 34.91% from 719); Blue value is 228 (89.45% from 255 or 31.71% from 719); Max value from RGB is 251 - color contains mainly: green. Hex color #F0FBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F0FBE4 is #0F041B. Grayscale: #F5F5F5. Windows color (decimal): -984092 or 15006704. OLE color: 15006704.

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

Color convert

RGB240251228-
CMYK0.0400.090.02
HSL88.7º74.19%93.92%-
HSV(B)88.7º9.16%98.43%-
XYZ84.4493.1286.92-
YUV245.09118.36124.37-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 33.38%
GREEN value IS 251 (98.44% from 255) = 34.91%
BLUE value IS 228 (89.45% from 255) = 31.71%
R=33.38%
G=34.91%
B=31.71%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2402512280.0400.090.0288.774.1993.92
HexF0FBE44092594a5e
Octal36037334440112131112136
Binary1111000011111011111001001000100110101100110010101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0FBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0FBE4; }

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

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

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

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

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

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

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

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