#F5FEE7

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

Shades of Saltpan #F5FEE7

Tints of Saltpan #F5FEE7

Color information

#F5FEE7 (or 0xF5FEE7) is unknown color: approx Saltpan. HEX triplet: F5, FE and E7. RGB value is (245,254,231). Sum of RGB (Red+Green+Blue) = 245+254+231=730 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.56% from 730); Green value is 254 (99.61% from 255 or 34.79% from 730); Blue value is 231 (90.62% from 255 or 31.64% from 730); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F5FEE7 is #0A0118. Grayscale: #F8F8F8. Windows color (decimal): -655641 or 15204085. OLE color: 15204085.

HSL color Cylindrical-coordinate representation of color #F5FEE7: hue angle of 83.48º degrees, saturation: 0.92, lightness: 0.95%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #F5FEE7 is Cyan = 0.04, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB245254231-
CMYK0.0400.090.00
HSL83.48º92%95.1%-
HSV(B)83.48º9.06%99.61%-
XYZ87.5296.0789.53-
YUV248.69118.02125.37-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.56%
GREEN value IS 254 (99.61% from 255) = 34.79%
BLUE value IS 231 (90.62% from 255) = 31.64%
R=33.56%
G=34.79%
B=31.64%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542310.0400.090.0083.489295.1
HexF5FEE74090535c5f
Octal36537634740110123134137
Binary111101011111111011100111100010010101001110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEE7; }

 p { color: rgb(245,254,231); }

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

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

 a { background-color: rgb(245,254,231); }

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

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

 span { border-color: rgb(245,254,231); }

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