#F6CB9E

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

Shades of Tequila #F6CB9E

Tints of Tequila #F6CB9E

Color information

#F6CB9E (or 0xF6CB9E) is unknown color: approx Tequila. HEX triplet: F6, CB and 9E. RGB value is (246,203,158). Sum of RGB (Red+Green+Blue) = 246+203+158=607 (80% of max value = 765). Red value is 246 (96.48% from 255 or 40.53% from 607); Green value is 203 (79.69% from 255 or 33.44% from 607); Blue value is 158 (62.11% from 255 or 26.03% from 607); Max value from RGB is 246 - color contains mainly: red. Hex color #F6CB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F6CB9E is #093461. Grayscale: #D2D2D2. Windows color (decimal): -603234 or 10406902. OLE color: 10406902.

HSL color Cylindrical-coordinate representation of color #F6CB9E: hue angle of 30.68º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F6CB9E is Cyan = 0, Magento = 0.17, Yellow = 0.36 and Black (K on CMYK) = 0.04.

Color convert

RGB246203158-
CMYK00.170.360.04
HSL30.68º83.02%79.22%-
HSV(B)30.68º35.77%96.47%-
XYZ65.5364.7741.4-
YUV210.7398.25153.16-

RGB Variations

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

RGB

RED value IS 246 (96.48% from 255) = 40.53%
GREEN value IS 203 (79.69% from 255) = 33.44%
BLUE value IS 158 (62.11% from 255) = 26.03%
R=40.53%
G=33.44%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.36
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24620315800.170.360.0430.6883.0279.22
HexF6CB9E0112441f534f
Octal36631323602144437123117
Binary1111011011001011100111100100011001001001111110100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F6CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F6CB9E; }

 p { color: rgb(246,203,158); }

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

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

 a { background-color: rgb(246,203,158); }

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

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

 span { border-color: rgb(246,203,158); }

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