#F7EDDE

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

Shades of Island Spice #F7EDDE

Tints of Island Spice #F7EDDE

Color information

#F7EDDE (or 0xF7EDDE) is unknown color: approx Island Spice. HEX triplet: F7, ED and DE. RGB value is (247,237,222). Sum of RGB (Red+Green+Blue) = 247+237+222=706 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.99% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 222 (87.11% from 255 or 31.44% from 706); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDDE is #081221. Grayscale: #EEEEEE. Windows color (decimal): -528930 or 14609911. OLE color: 14609911.

HSL color Cylindrical-coordinate representation of color #F7EDDE: hue angle of 36º degrees, saturation: 0.61, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #F7EDDE is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB247237222-
CMYK00.040.100.03
HSL36º60.98%91.96%-
HSV(B)36º10.12%96.86%-
XYZ81.8385.6281.32-
YUV238.28118.81134.22-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.99%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 222 (87.11% from 255) = 31.44%
R=34.99%
G=33.57%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723722200.040.100.033660.9891.96
HexF7EDDE04A3243d5c
Octal367355336041234475134
Binary11110111111011011101111001001010111001001111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDDE; }

 p { color: rgb(247,237,222); }

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

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

 a { background-color: rgb(247,237,222); }

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

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

 span { border-color: rgb(247,237,222); }

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