#F7EDDC

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

Shades of Island Spice #F7EDDC

Tints of Island Spice #F7EDDC

Color information

#F7EDDC (or 0xF7EDDC) is unknown color: approx Island Spice. HEX triplet: F7, ED and DC. RGB value is (247,237,220). Sum of RGB (Red+Green+Blue) = 247+237+220=704 (93% of max value = 765). Red value is 247 (96.88% from 255 or 35.09% from 704); Green value is 237 (92.97% from 255 or 33.66% from 704); Blue value is 220 (86.33% from 255 or 31.25% from 704); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDDC is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDDC is #081223. Grayscale: #EEEEEE. Windows color (decimal): -528932 or 14478839. OLE color: 14478839.

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

Color convert

RGB247237220-
CMYK00.040.110.03
HSL37.78º62.79%91.57%-
HSV(B)37.78º10.93%96.86%-
XYZ81.5685.5179.92-
YUV238.05117.81134.38-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 35.09%
GREEN value IS 237 (92.97% from 255) = 33.66%
BLUE value IS 220 (86.33% from 255) = 31.25%
R=35.09%
G=33.66%
B=31.25%

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
Decimal24723722000.040.110.0337.7862.7991.57
HexF7EDDC04B3263f5c
Octal367355334041334677134
Binary11110111111011011101110001001011111001101111111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDDC; }

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

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

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

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

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

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

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

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