#F7ECE5

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

Shades of Sauvignon #F7ECE5

Tints of Sauvignon #F7ECE5

Color information

#F7ECE5 (or 0xF7ECE5) is unknown color: approx Sauvignon. HEX triplet: F7, EC and E5. RGB value is (247,236,229). Sum of RGB (Red+Green+Blue) = 247+236+229=712 (94% of max value = 765). Red value is 247 (96.88% from 255 or 34.69% from 712); Green value is 236 (92.58% from 255 or 33.15% from 712); Blue value is 229 (89.84% from 255 or 32.16% from 712); Max value from RGB is 247 - color contains mainly: red. Hex color #F7ECE5 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F7ECE5 is #08131A. Grayscale: #EEEEEE. Windows color (decimal): -529179 or 15068407. OLE color: 15068407.

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

Color convert

RGB247236229-
CMYK00.040.070.03
HSL23.33º52.94%93.33%-
HSV(B)23.33º7.29%96.86%-
XYZ82.585.4286.27-
YUV238.49122.64134.07-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 34.69%
GREEN value IS 236 (92.58% from 255) = 33.15%
BLUE value IS 229 (89.84% from 255) = 32.16%
R=34.69%
G=33.15%
B=32.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.07
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24723622900.040.070.0323.3352.9493.33
HexF7ECE5047317355d
Octal36735434504732765135
Binary111101111110110011100101010011111101111101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7ECE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7ECE5; }

 p { color: rgb(247,236,229); }

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

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

 a { background-color: rgb(247,236,229); }

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

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

 span { border-color: rgb(247,236,229); }

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