#F4ECDC

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

Shades of Island Spice #F4ECDC

Tints of Island Spice #F4ECDC

Color information

#F4ECDC (or 0xF4ECDC) is unknown color: approx Island Spice. HEX triplet: F4, EC and DC. RGB value is (244,236,220). Sum of RGB (Red+Green+Blue) = 244+236+220=700 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.86% from 700); Green value is 236 (92.58% from 255 or 33.71% from 700); Blue value is 220 (86.33% from 255 or 31.43% from 700); Max value from RGB is 244 - color contains mainly: red. Hex color #F4ECDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4ECDC is #0B1323. Grayscale: #ECECEC. Windows color (decimal): -725796 or 14478580. OLE color: 14478580.

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

Color convert

RGB244236220-
CMYK00.030.100.04
HSL40º52.17%90.98%-
HSV(B)40º9.84%95.69%-
XYZ80.2284.3979.77-
YUV236.57118.65133.3-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.86%
GREEN value IS 236 (92.58% from 255) = 33.71%
BLUE value IS 220 (86.33% from 255) = 31.43%
R=34.86%
G=33.71%
B=31.43%

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
Decimal24423622000.030.100.044052.1790.98
HexF4ECDC03A428345b
Octal364354334031245064133
Binary11110100111011001101110001110101001010001101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4ECDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4ECDC; }

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

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

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

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

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

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

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

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