#F2CCA7

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

Shades of Tequila #F2CCA7

Tints of Tequila #F2CCA7

Color information

#F2CCA7 (or 0xF2CCA7) is unknown color: approx Tequila. HEX triplet: F2, CC and A7. RGB value is (242,204,167). Sum of RGB (Red+Green+Blue) = 242+204+167=613 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.48% from 613); Green value is 204 (80.08% from 255 or 33.28% from 613); Blue value is 167 (65.62% from 255 or 27.24% from 613); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CCA7 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CCA7 is #0D3358. Grayscale: #D3D3D3. Windows color (decimal): -865113 or 10996978. OLE color: 10996978.

HSL color Cylindrical-coordinate representation of color #F2CCA7: hue angle of 29.6º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F2CCA7 is Cyan = 0, Magento = 0.16, Yellow = 0.31 and Black (K on CMYK) = 0.05.

Color convert

RGB242204167-
CMYK00.160.310.05
HSL29.6º74.26%80.2%-
HSV(B)29.6º30.99%94.9%-
XYZ65.1964.8545.64-
YUV211.14103.09150.01-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.48%
GREEN value IS 204 (80.08% from 255) = 33.28%
BLUE value IS 167 (65.62% from 255) = 27.24%
R=39.48%
G=33.28%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.31
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220416700.160.310.0529.674.2680.2
HexF2CCA70101F51e4a50
Octal36231424702037536112120
Binary111100101100110010100111010000111111011111010010101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2CCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2CCA7; }

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

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

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

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

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

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

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

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