#F0CCA3

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

Shades of Tequila #F0CCA3

Tints of Tequila #F0CCA3

Color information

#F0CCA3 (or 0xF0CCA3) is unknown color: approx Tequila. HEX triplet: F0, CC and A3. RGB value is (240,204,163). Sum of RGB (Red+Green+Blue) = 240+204+163=607 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.54% from 607); Green value is 204 (80.08% from 255 or 33.61% from 607); Blue value is 163 (64.06% from 255 or 26.85% from 607); Max value from RGB is 240 - color contains mainly: red. Hex color #F0CCA3 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0CCA3 is #0F335C. Grayscale: #D2D2D2. Windows color (decimal): -996189 or 10734832. OLE color: 10734832.

HSL color Cylindrical-coordinate representation of color #F0CCA3: hue angle of 31.95º degrees, saturation: 0.72, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #F0CCA3 is Cyan = 0, Magento = 0.15, Yellow = 0.32 and Black (K on CMYK) = 0.06.

Color convert

RGB240204163-
CMYK00.150.320.06
HSL31.95º71.96%79.02%-
HSV(B)31.95º32.08%94.12%-
XYZ64.1464.3643.69-
YUV210.09101.43149.33-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.54%
GREEN value IS 204 (80.08% from 255) = 33.61%
BLUE value IS 163 (64.06% from 255) = 26.85%
R=39.54%
G=33.61%
B=26.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24020416300.150.320.0631.9571.9679.02
HexF0CCA30F20620484f
Octal36031424301740640110117
Binary1111000011001100101000110111110000011010000010010001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0CCA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0CCA3; }

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

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

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

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

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

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

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

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