#F7EDDF

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

Shades of Island Spice #F7EDDF

Tints of Island Spice #F7EDDF

Color information

#F7EDDF (or 0xF7EDDF) is unknown color: approx Island Spice. HEX triplet: F7, ED and DF. RGB value is (247,237,223). Sum of RGB (Red+Green+Blue) = 247+237+223=707 (93% of max value = 765). Red value is 247 (96.88% from 255 or 34.94% from 707); Green value is 237 (92.97% from 255 or 33.52% from 707); Blue value is 223 (87.5% from 255 or 31.54% from 707); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDDF is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7EDDF is #081220. Grayscale: #EEEEEE. Windows color (decimal): -528929 or 14675447. OLE color: 14675447.

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

Color convert

RGB247237223-
CMYK00.040.100.03
HSL35º60%92.16%-
HSV(B)35º9.72%96.86%-
XYZ81.9685.6782.03-
YUV238.39119.31134.14-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.94%
GREEN value IS 237 (92.97% from 255) = 33.52%
BLUE value IS 223 (87.5% from 255) = 31.54%
R=34.94%
G=33.52%
B=31.54%

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
Decimal24723722300.040.100.03356092.16
HexF7EDDF04A3233c5c
Octal367355337041234374134
Binary11110111111011011101111101001010111000111111001011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDDF; }

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

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

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

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

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

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

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

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