#F0CCA7

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

Shades of Tequila #F0CCA7

Tints of Tequila #F0CCA7

Color information

#F0CCA7 (or 0xF0CCA7) is unknown color: approx Tequila. HEX triplet: F0, CC and A7. RGB value is (240,204,167). Sum of RGB (Red+Green+Blue) = 240+204+167=611 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.28% from 611); Green value is 204 (80.08% from 255 or 33.39% from 611); Blue value is 167 (65.62% from 255 or 27.33% from 611); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCA7 is #0F3358. Grayscale: #D2D2D2. Windows color (decimal): -996185 or 10996976. OLE color: 10996976.

HSL color Cylindrical-coordinate representation of color #F0CCA7: hue angle of 30.41º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F0CCA7 is Cyan = 0, Magento = 0.15, Yellow = 0.30 and Black (K on CMYK) = 0.06.

Color convert

RGB240204167-
CMYK00.150.300.06
HSL30.41º70.87%79.8%-
HSV(B)30.41º30.42%94.12%-
XYZ64.564.545.61-
YUV210.55103.43149.01-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.28%
GREEN value IS 204 (80.08% from 255) = 33.39%
BLUE value IS 167 (65.62% from 255) = 27.33%
R=39.28%
G=33.39%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.30
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020416700.150.300.0630.4170.8779.8
HexF0CCA70F1E61e4750
Octal36031424701736636107120
Binary11110000110011001010011101111111101101111010001111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCA7; }

 p { color: rgb(240,204,167); }

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

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

 a { background-color: rgb(240,204,167); }

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

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

 span { border-color: rgb(240,204,167); }

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