#F4EAD7

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

Shades of Island Spice #F4EAD7

Tints of Island Spice #F4EAD7

Color information

#F4EAD7 (or 0xF4EAD7) is unknown color: approx Island Spice. HEX triplet: F4, EA and D7. RGB value is (244,234,215). Sum of RGB (Red+Green+Blue) = 244+234+215=693 (91% of max value = 765). Red value is 244 (95.70% from 255 or 35.21% from 693); Green value is 234 (91.80% from 255 or 33.77% from 693); Blue value is 215 (84.38% from 255 or 31.02% from 693); Max value from RGB is 244 - color contains mainly: red. Hex color #F4EAD7 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F4EAD7 is #0B1528. Grayscale: #EAEAEA. Windows color (decimal): -726313 or 14150388. OLE color: 14150388.

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

Color convert

RGB244234215-
CMYK00.040.120.04
HSL39.31º56.86%90%-
HSV(B)39.31º11.89%95.69%-
XYZ7982.9976.14-
YUV234.82116.81134.54-

RGB Variations

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

RGB

RED value IS 244 (95.70% from 255) = 35.21%
GREEN value IS 234 (91.80% from 255) = 33.77%
BLUE value IS 215 (84.38% from 255) = 31.02%
R=35.21%
G=33.77%
B=31.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.12
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24423421500.040.120.0439.3156.8690
HexF4EAD704C427395a
Octal364352327041444771132
Binary111101001110101011010111010011001001001111110011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F4EAD7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F4EAD7; }

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

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

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

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

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

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

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

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