#F9EDDC

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

Shades of Island Spice #F9EDDC

Tints of Island Spice #F9EDDC

Color information

#F9EDDC (or 0xF9EDDC) is unknown color: approx Island Spice. HEX triplet: F9, ED and DC. RGB value is (249,237,220). Sum of RGB (Red+Green+Blue) = 249+237+220=706 (93% of max value = 765). Red value is 249 (97.66% from 255 or 35.27% from 706); Green value is 237 (92.97% from 255 or 33.57% from 706); Blue value is 220 (86.33% from 255 or 31.16% from 706); Max value from RGB is 249 - color contains mainly: red. Hex color #F9EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F9EDDC is #061223. Grayscale: #EEEEEE. Windows color (decimal): -397860 or 14478841. OLE color: 14478841.

HSL color Cylindrical-coordinate representation of color #F9EDDC: hue angle of 35.17º degrees, saturation: 0.71, lightness: 0.92%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #F9EDDC is Cyan = 0, Magento = 0.05, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB249237220-
CMYK00.050.120.02
HSL35.17º70.73%91.96%-
HSV(B)35.17º11.65%97.65%-
XYZ82.2785.8879.95-
YUV238.65117.48135.38-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 35.27%
GREEN value IS 237 (92.97% from 255) = 33.57%
BLUE value IS 220 (86.33% from 255) = 31.16%
R=35.27%
G=33.57%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24923722000.050.120.0235.1770.7391.96
HexF9EDDC05C223475c
Octal3713553340514243107134
Binary111110011110110111011100010111001010001110001111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9EDDC; }

 p { color: rgb(249,237,220); }

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

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

 a { background-color: rgb(249,237,220); }

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

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

 span { border-color: rgb(249,237,220); }

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