#F6EBE4

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

Shades of Sauvignon #F6EBE4

Tints of Sauvignon #F6EBE4

Color information

#F6EBE4 (or 0xF6EBE4) is unknown color: approx Sauvignon. HEX triplet: F6, EB and E4. RGB value is (246,235,228). Sum of RGB (Red+Green+Blue) = 246+235+228=709 (93% of max value = 765). Red value is 246 (96.48% from 255 or 34.70% from 709); Green value is 235 (92.19% from 255 or 33.15% from 709); Blue value is 228 (89.45% from 255 or 32.16% from 709); Max value from RGB is 246 - color contains mainly: red. Hex color #F6EBE4 is not a web safe color. Web safe color analog (approx): #FFFFCC. Inversed color of #F6EBE4 is #09141B. Grayscale: #EDEDED. Windows color (decimal): -594972 or 15002614. OLE color: 15002614.

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

Color convert

RGB246235228-
CMYK00.040.070.04
HSL23.33º50%92.94%-
HSV(B)23.33º7.32%96.47%-
XYZ81.7284.6185.42-
YUV237.49122.64134.07-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 34.70%
GREEN value IS 235 (92.19% from 255) = 33.15%
BLUE value IS 228 (89.45% from 255) = 32.16%
R=34.70%
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.04
SystemRedGreenBlueCMYKHSL
Decimal24623522800.040.070.0423.335092.94
HexF6EBE4047417325d
Octal36635334404742762135
Binary1111011011101011111001000100111100101111100101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6EBE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6EBE4; }

 p { color: rgb(246,235,228); }

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

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

 a { background-color: rgb(246,235,228); }

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

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

 span { border-color: rgb(246,235,228); }

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