#F5EDDC

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

Shades of Island Spice #F5EDDC

Tints of Island Spice #F5EDDC

Color information

#F5EDDC (or 0xF5EDDC) is unknown color: approx Island Spice. HEX triplet: F5, ED and DC. RGB value is (245,237,220). Sum of RGB (Red+Green+Blue) = 245+237+220=702 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.90% from 702); Green value is 237 (92.97% from 255 or 33.76% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 245 - color contains mainly: red. Hex color #F5EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5EDDC is #0A1223. Grayscale: #EDEDED. Windows color (decimal): -660004 or 14478837. OLE color: 14478837.

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

Color convert

RGB245237220-
CMYK00.030.100.04
HSL40.8º55.56%91.18%-
HSV(B)40.8º10.2%96.08%-
XYZ80.8685.1579.88-
YUV237.45118.15133.38-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.90%
GREEN value IS 237 (92.97% from 255) = 33.76%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=34.90%
G=33.76%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.10
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24523722000.030.100.0440.855.5691.18
HexF5EDDC03A429385b
Octal365355334031245170133
Binary11110101111011011101110001110101001010011110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5EDDC; }

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

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

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

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

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

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

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

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