#F4EADC

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

Shades of Island Spice #F4EADC

Tints of Island Spice #F4EADC

Color information

#F4EADC (or 0xF4EADC) is unknown color: approx Island Spice. HEX triplet: F4, EA and DC. RGB value is (244,234,220). Sum of RGB (Red+Green+Blue) = 244+234+220=698 (92% of max value = 765). Red value is 244 (95.70% from 255 or 34.96% from 698); Green value is 234 (91.80% from 255 or 33.52% from 698); Blue value is 220 (86.33% from 255 or 31.52% from 698); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EADC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EADC is #0B1523. Grayscale: #EBEBEB. Windows color (decimal): -726308 or 14478068. OLE color: 14478068.

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

Color convert

RGB244234220-
CMYK00.040.100.04
HSL35º52.17%90.98%-
HSV(B)35º9.84%95.69%-
XYZ79.6583.2579.58-
YUV235.39119.31134.14-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 34.96%
GREEN value IS 234 (91.80% from 255) = 33.52%
BLUE value IS 220 (86.33% from 255) = 31.52%
R=34.96%
G=33.52%
B=31.52%

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
Decimal24423422000.040.100.043552.1790.98
HexF4EADC04A423345b
Octal364352334041244364133
Binary111101001110101011011100010010101001000111101001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EADC; }

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

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

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

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

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

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

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

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