#F5FAEE

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

Shades of Saltpan #F5FAEE

Tints of Saltpan #F5FAEE

Color information

#F5FAEE (or 0xF5FAEE) is unknown color: approx Saltpan. HEX triplet: F5, FA and EE. RGB value is (245,250,238). Sum of RGB (Red+Green+Blue) = 245+250+238=733 (97% of max value = 765). Red value is 245 (96.09% from 255 or 33.42% from 733); Green value is 250 (98.05% from 255 or 34.11% from 733); Blue value is 238 (93.36% from 255 or 32.47% from 733); Max value from RGB is 250 - color contains mainly: green. Hex color #F5FAEE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FAEE is #0A0511. Grayscale: #F7F7F7. Windows color (decimal): -656658 or 15661813. OLE color: 15661813.

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

Color convert

RGB245250238-
CMYK0.0200.050.02
HSL85º54.55%95.69%-
HSV(B)85º4.8%98.04%-
XYZ87.2793.9694.42-
YUV247.14122.84126.48-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.42%
GREEN value IS 250 (98.05% from 255) = 34.11%
BLUE value IS 238 (93.36% from 255) = 32.47%
R=33.42%
G=34.11%
B=32.47%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2452502380.0200.050.028554.5595.69
HexF5FAEE2052553760
Octal365372356205212567140
Binary1111010111111010111011101001011010101011101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FAEE; }

 p { color: rgb(245,250,238); }

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

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

 a { background-color: rgb(245,250,238); }

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

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

 span { border-color: rgb(245,250,238); }

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