#F5EDDE

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

Shades of Island Spice #F5EDDE

Tints of Island Spice #F5EDDE

Color information

#F5EDDE (or 0xF5EDDE) is unknown color: approx Island Spice. HEX triplet: F5, ED and DE. RGB value is (245,237,222). Sum of RGB (Red+Green+Blue) = 245+237+222=704 (93% of max value = 765). Red value is 245 (96.09% from 255 or 34.80% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDE is #0A1221. Grayscale: #EDEDED. Windows color (decimal): -660002 or 14609909. OLE color: 14609909.

HSL color Cylindrical-coordinate representation of color #F5EDDE: hue angle of 39.13º degrees, saturation: 0.53, 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 #F5EDDE is Cyan = 0, Magento = 0.03, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB245237222-
CMYK00.030.090.04
HSL39.13º53.49%91.57%-
HSV(B)39.13º9.39%96.08%-
XYZ81.1385.2581.29-
YUV237.68119.15133.22-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.80%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=34.80%
G=33.66%
B=31.53%

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
Decimal24523722200.030.090.0439.1353.4991.57
HexF5EDDE039427355c
Octal365355336031144765134
Binary11110101111011011101111001110011001001111101011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDDE; }

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

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

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

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

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

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

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

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