#F7CB9E

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

Shades of Tequila #F7CB9E

Tints of Tequila #F7CB9E

Color information

#F7CB9E (or 0xF7CB9E) is unknown color: approx Tequila. HEX triplet: F7, CB and 9E. RGB value is (247,203,158). Sum of RGB (Red+Green+Blue) = 247+203+158=608 (80% of max value = 765). Red value is 247 (96.88% from 255 or 40.62% from 608); Green value is 203 (79.69% from 255 or 33.39% from 608); Blue value is 158 (62.11% from 255 or 25.99% from 608); Max value from RGB is 247 - color contains mainly: red. Hex color #F7CB9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7CB9E is #083461. Grayscale: #D3D3D3. Windows color (decimal): -537698 or 10406903. OLE color: 10406903.

HSL color Cylindrical-coordinate representation of color #F7CB9E: hue angle of 30.34º degrees, saturation: 0.85, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #F7CB9E is Cyan = 0, Magento = 0.18, Yellow = 0.36 and Black (K on CMYK) = 0.03.

Color convert

RGB247203158-
CMYK00.180.360.03
HSL30.34º84.76%79.41%-
HSV(B)30.34º36.03%96.86%-
XYZ65.8964.9541.41-
YUV211.0398.08153.66-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.62%
GREEN value IS 203 (79.69% from 255) = 33.39%
BLUE value IS 158 (62.11% from 255) = 25.99%
R=40.62%
G=33.39%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.36
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24720315800.180.360.0330.3484.7679.41
HexF7CB9E0122431e554f
Octal36731323602244336125117
Binary111101111100101110011110010010100100111111010101011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7CB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7CB9E; }

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

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

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

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

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

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

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

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