#F6ECDE

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

Shades of Island Spice #F6ECDE

Tints of Island Spice #F6ECDE

Color information

#F6ECDE (or 0xF6ECDE) is unknown color: approx Island Spice. HEX triplet: F6, EC and DE. RGB value is (246,236,222). Sum of RGB (Red+Green+Blue) = 246+236+222=704 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.94% from 704); Green value is 236 (92.58% from 255 or 33.52% from 704); Blue value is 222 (87.11% from 255 or 31.53% from 704); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECDE is #091321. Grayscale: #EDEDED. Windows color (decimal): -594722 or 14609654. OLE color: 14609654.

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

Color convert

RGB246236222-
CMYK00.040.100.04
HSL35º57.14%91.76%-
HSV(B)35º9.76%96.47%-
XYZ81.1984.8681.21-
YUV237.39119.31134.14-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.94%
GREEN value IS 236 (92.58% from 255) = 33.52%
BLUE value IS 222 (87.11% from 255) = 31.53%
R=34.94%
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
Decimal24623622200.040.100.043557.1491.76
HexF6ECDE04A423395c
Octal366354336041244371134
Binary111101101110110011011110010010101001000111110011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECDE; }

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

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

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

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

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

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

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

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