#F6EEDE

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

Shades of Island Spice #F6EEDE

Tints of Island Spice #F6EEDE

Color information

#F6EEDE (or 0xF6EEDE) is unknown color: approx Island Spice. HEX triplet: F6, EE and DE. RGB value is (246,238,222). Sum of RGB (Red+Green+Blue) = 246+238+222=706 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.84% from 706); Green value is 238 (93.36% from 255 or 33.71% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EEDE is #091121. Grayscale: #EEEEEE. Windows color (decimal): -594210 or 14610166. OLE color: 14610166.

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

Color convert

RGB246238222-
CMYK00.030.100.04
HSL40º57.14%91.76%-
HSV(B)40º9.76%96.47%-
XYZ81.7786.0281.4-
YUV238.57118.65133.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.84%
GREEN value IS 238 (93.36% from 255) = 33.71%
BLUE value IS 222 (87.11% from 255) = 31.44%
R=34.84%
G=33.71%
B=31.44%

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
Decimal24623822200.030.100.044057.1491.76
HexF6EEDE03A428395c
Octal366356336031245071134
Binary11110110111011101101111001110101001010001110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EEDE; }

 p { color: rgb(246,238,222); }

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

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

 a { background-color: rgb(246,238,222); }

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

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

 span { border-color: rgb(246,238,222); }

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