#F5FBEA

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

Shades of Saltpan #F5FBEA

Tints of Saltpan #F5FBEA

Color information

#F5FBEA (or 0xF5FBEA) is unknown color: approx Saltpan. HEX triplet: F5, FB and EA. RGB value is (245,251,234). Sum of RGB (Red+Green+Blue) = 245+251+234=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 251 (98.44% from 255 or 34.38% from 730); Blue value is 234 (91.80% from 255 or 32.05% from 730); Max value from RGB is 251 - color contains mainly: green. Hex color #F5FBEA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FBEA is #0A0415. Grayscale: #F7F7F7. Windows color (decimal): -656406 or 15399925. OLE color: 15399925.

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

Color convert

RGB245251234-
CMYK0.0200.070.02
HSL81.18º68%95.1%-
HSV(B)81.18º6.77%98.43%-
XYZ8794.3591.47-
YUV247.27120.51126.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.56%
GREEN value IS 251 (98.44% from 255) = 34.38%
BLUE value IS 234 (91.80% from 255) = 32.05%
R=33.56%
G=34.38%
B=32.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452512340.0200.070.0281.186895.1
HexF5FBEA207251445f
Octal3653733522072121104137
Binary11110101111110111110101010011110101000110001001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FBEA; }

 p { color: rgb(245,251,234); }

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

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

 a { background-color: rgb(245,251,234); }

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

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

 span { border-color: rgb(245,251,234); }

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