#F6ECDC

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

Shades of Island Spice #F6ECDC

Tints of Island Spice #F6ECDC

Color information

#F6ECDC (or 0xF6ECDC) is unknown color: approx Island Spice. HEX triplet: F6, EC and DC. RGB value is (246,236,220). Sum of RGB (Red+Green+Blue) = 246+236+220=702 (92% of max value = 765). Red value is 246 (96.48% from 255 or 35.04% from 702); Green value is 236 (92.58% from 255 or 33.62% from 702); Blue value is 220 (86.33% from 255 or 31.34% from 702); Max value from RGB is 246 - color contains mainly: red. Hex color #F6ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6ECDC is #091323. Grayscale: #EDEDED. Windows color (decimal): -594724 or 14478582. OLE color: 14478582.

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

Color convert

RGB246236220-
CMYK00.040.110.04
HSL36.92º59.09%91.37%-
HSV(B)36.92º10.57%96.47%-
XYZ80.9284.7579.8-
YUV237.17118.31134.3-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 35.04%
GREEN value IS 236 (92.58% from 255) = 33.62%
BLUE value IS 220 (86.33% from 255) = 31.34%
R=35.04%
G=33.62%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24623622000.040.110.0436.9259.0991.37
HexF6ECDC04B4253b5b
Octal366354334041344573133
Binary111101101110110011011100010010111001001011110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6ECDC; }

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

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

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

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

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

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

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

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