#F7EDE7

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

Shades of Sauvignon #F7EDE7

Tints of Sauvignon #F7EDE7

Color information

#F7EDE7 (or 0xF7EDE7) is unknown color: approx Sauvignon. HEX triplet: F7, ED and E7. RGB value is (247,237,231). Sum of RGB (Red+Green+Blue) = 247+237+231=715 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.55% from 715); Green value is 237 (92.97% from 255 or 33.15% from 715); Blue value is 231 (90.62% from 255 or 32.31% from 715); Max value from RGB is 247 - color contains mainly: red. Hex color #F7EDE7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #F7EDE7 is #081218. Grayscale: #EFEFEF. Windows color (decimal): -528921 or 15199735. OLE color: 15199735.

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

Color convert

RGB247237231-
CMYK00.040.060.03
HSL22.5º50%93.73%-
HSV(B)22.5º6.48%96.86%-
XYZ83.0786.1187.84-
YUV239.31123.31133.49-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.55%
GREEN value IS 237 (92.97% from 255) = 33.15%
BLUE value IS 231 (90.62% from 255) = 32.31%
R=34.55%
G=33.15%
B=32.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.06
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723723100.040.060.0322.55093.73
HexF7EDE7046317325e
Octal36735534704632762136
Binary111101111110110111100111010011011101111100101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7EDE7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7EDE7; }

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

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

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

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

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

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

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

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