#F5FEE4

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

Shades of Saltpan #F5FEE4

Tints of Saltpan #F5FEE4

Color information

#F5FEE4 (or 0xF5FEE4) is unknown color: approx Saltpan. HEX triplet: F5, FE and E4. RGB value is (245,254,228). Sum of RGB (Red+Green+Blue) = 245+254+228=727 (96% of max value = 765). Red value is 245 (96.09% from 255 or 33.70% from 727); Green value is 254 (99.61% from 255 or 34.94% from 727); Blue value is 228 (89.45% from 255 or 31.36% from 727); Max value from RGB is 254 - color contains mainly: green. Hex color #F5FEE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5FEE4 is #0A011B. Grayscale: #F8F8F8. Windows color (decimal): -655644 or 15007477. OLE color: 15007477.

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

Color convert

RGB245254228-
CMYK0.0400.100.00
HSL80.77º92.86%94.51%-
HSV(B)80.77º10.24%99.61%-
XYZ87.195.987.32-
YUV248.34116.52125.61-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 33.70%
GREEN value IS 254 (99.61% from 255) = 34.94%
BLUE value IS 228 (89.45% from 255) = 31.36%
R=33.70%
G=34.94%
B=31.36%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2452542280.0400.100.0080.7792.8694.51
HexF5FEE440A0515d5f
Octal36537634440120121135137
Binary111101011111111011100100100010100101000110111011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5FEE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5FEE4; }

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

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

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

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

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

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

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

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