#F7EDDD

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

Shades of Island Spice #F7EDDD

Tints of Island Spice #F7EDDD

Color information

#F7EDDD (or 0xF7EDDD) is unknown color: approx Island Spice. HEX triplet: F7, ED and DD. RGB value is (247,237,221). Sum of RGB (Red+Green+Blue) = 247+237+221=705 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.04% from 705); Green value is 237 (92.97% from 255 or 33.62% from 705); Blue value is 221 (86.72% from 255 or 31.35% from 705); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDDD is #081222. Grayscale: #EEEEEE. Windows color (decimal): -528931 or 14544375. OLE color: 14544375.

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

Color convert

RGB247237221-
CMYK00.040.110.03
HSL36.92º61.9%91.76%-
HSV(B)36.92º10.53%96.86%-
XYZ81.6985.5680.62-
YUV238.17118.31134.3-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.04%
GREEN value IS 237 (92.97% from 255) = 33.62%
BLUE value IS 221 (86.72% from 255) = 31.35%
R=35.04%
G=33.62%
B=31.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723722100.040.110.0336.9261.991.76
HexF7EDDD04B3253e5c
Octal367355335041334576134
Binary11110111111011011101110101001011111001011111101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDDD; }

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

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

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

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

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

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

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

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