#F5EBDD

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

Shades of Island Spice #F5EBDD

Tints of Island Spice #F5EBDD

Color information

#F5EBDD (or 0xF5EBDD) is unknown color: approx Island Spice. HEX triplet: F5, EB and DD. RGB value is (245,235,221). Sum of RGB (Red+Green+Blue) = 245+235+221=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 235 (92.19% from 255 or 33.52% from 701); Blue value is 221 (86.72% from 255 or 31.53% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EBDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EBDD is #0A1422. Grayscale: #ECECEC. Windows color (decimal): -660515 or 14543861. OLE color: 14543861.

HSL color Cylindrical-coordinate representation of color #F5EBDD: hue angle of 35º degrees, saturation: 0.55, lightness: 0.91%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F5EBDD is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.04.

Color convert

RGB245235221-
CMYK00.040.100.04
HSL35º54.55%91.37%-
HSV(B)35º9.8%96.08%-
XYZ80.4284.0580.39-
YUV236.39119.31134.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 235 (92.19% from 255) = 33.52%
BLUE value IS 221 (86.72% from 255) = 31.53%
R=34.95%
G=33.52%
B=31.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523522100.040.100.043554.5591.37
HexF5EBDD04A423375b
Octal365353335041244367133
Binary111101011110101111011101010010101001000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EBDD; }

 p { color: rgb(245,235,221); }

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

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

 a { background-color: rgb(245,235,221); }

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

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

 span { border-color: rgb(245,235,221); }

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