#F5EDE0

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

Shades of Island Spice #F5EDE0

Tints of Island Spice #F5EDE0

Color information

#F5EDE0 (or 0xF5EDE0) is unknown color: approx Island Spice. HEX triplet: F5, ED and E0. RGB value is (245,237,224). Sum of RGB (Red+Green+Blue) = 245+237+224=706 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.70% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 224 (87.89% from 255 or 31.73% from 706); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDE0 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDE0 is #0A121F. Grayscale: #EDEDED. Windows color (decimal): -660000 or 14740981. OLE color: 14740981.

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

Color convert

RGB245237224-
CMYK00.030.090.04
HSL37.14º51.22%91.96%-
HSV(B)37.14º8.57%96.08%-
XYZ81.3985.3682.71-
YUV237.91120.15133.06-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.70%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 224 (87.89% from 255) = 31.73%
R=34.70%
G=33.57%
B=31.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523722400.030.090.0437.1451.2291.96
HexF5EDE0039425335c
Octal365355340031144563134
Binary11110101111011011110000001110011001001011100111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDE0; }

 p { color: rgb(245,237,224); }

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

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

 a { background-color: rgb(245,237,224); }

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

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

 span { border-color: rgb(245,237,224); }

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