#F5ECDC

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

Shades of Island Spice #F5ECDC

Tints of Island Spice #F5ECDC

Color information

#F5ECDC (or 0xF5ECDC) is unknown color: approx Island Spice. HEX triplet: F5, EC and DC. RGB value is (245,236,220). Sum of RGB (Red+Green+Blue) = 245+236+220=701 (92% of max value = 765). Red value is 245 (96.09% from 255 or 34.95% from 701); Green value is 236 (92.58% from 255 or 33.67% from 701); Blue value is 220 (86.33% from 255 or 31.38% from 701); Max value from RGB is 245 - color contains mainly: red. Hex color #F5ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F5ECDC is #0A1323. Grayscale: #ECECEC. Windows color (decimal): -660260 or 14478581. OLE color: 14478581.

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

Color convert

RGB245236220-
CMYK00.040.100.04
HSL38.4º55.56%91.18%-
HSV(B)38.4º10.2%96.08%-
XYZ80.5784.5779.79-
YUV236.87118.48133.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 34.95%
GREEN value IS 236 (92.58% from 255) = 33.67%
BLUE value IS 220 (86.33% from 255) = 31.38%
R=34.95%
G=33.67%
B=31.38%

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
Decimal24523622000.040.100.0438.455.5691.18
HexF5ECDC04A426385b
Octal365354334041244670133
Binary111101011110110011011100010010101001001101110001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5ECDC; }

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

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

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

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

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

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

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

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