#F8EDDD

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

Shades of Island Spice #F8EDDD

Tints of Island Spice #F8EDDD

Color information

#F8EDDD (or 0xF8EDDD) is unknown color: approx Island Spice. HEX triplet: F8, ED and DD. RGB value is (248,237,221). Sum of RGB (Red+Green+Blue) = 248+237+221=706 (93% of max value = 765). Red value is 248 (97.27% from 255 or 35.13% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 221 (86.72% from 255 or 31.30% from 706); Max value from RGB is 248 - color contains mainly: red. Hex color #F8EDDD is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F8EDDD is #071222. Grayscale: #EEEEEE. Windows color (decimal): -463395 or 14544376. OLE color: 14544376.

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

Color convert

RGB248237221-
CMYK00.040.110.03
HSL35.56º65.85%91.96%-
HSV(B)35.56º10.89%97.25%-
XYZ82.0585.7580.63-
YUV238.47118.14134.8-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 35.13%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 221 (86.72% from 255) = 31.30%
R=35.13%
G=33.57%
B=31.30%

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
Decimal24823722100.040.110.0335.5665.8591.96
HexF8EDDD04B324425c
Octal3703553350413344102134
Binary111110001110110111011101010010111110010010000101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8EDDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8EDDD; }

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

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

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

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

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

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

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

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