#F7EEDE

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

Shades of Island Spice #F7EEDE

Tints of Island Spice #F7EEDE

Color information

#F7EEDE (or 0xF7EEDE) is unknown color: approx Island Spice. HEX triplet: F7, EE and DE. RGB value is (247,238,222). Sum of RGB (Red+Green+Blue) = 247+238+222=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 238 (93.36% from 255 or 33.66% from 707); Blue value is 222 (87.11% from 255 or 31.40% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EEDE is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EEDE is #081121. Grayscale: #EEEEEE. Windows color (decimal): -528674 or 14610167. OLE color: 14610167.

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

Color convert

RGB247238222-
CMYK00.040.100.03
HSL38.4º60.98%91.96%-
HSV(B)38.4º10.12%96.86%-
XYZ82.1286.281.42-
YUV238.87118.48133.8-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.94%
GREEN value IS 238 (93.36% from 255) = 33.66%
BLUE value IS 222 (87.11% from 255) = 31.40%
R=34.94%
G=33.66%
B=31.40%

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
Decimal24723822200.040.100.0338.460.9891.96
HexF7EEDE04A3263d5c
Octal367356336041234675134
Binary11110111111011101101111001001010111001101111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EEDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EEDE; }

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

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

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

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

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

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

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

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