#F1CCA5

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

Shades of Tequila #F1CCA5

Tints of Tequila #F1CCA5

Color information

#F1CCA5 (or 0xF1CCA5) is unknown color: approx Tequila. HEX triplet: F1, CC and A5. RGB value is (241,204,165). Sum of RGB (Red+Green+Blue) = 241+204+165=610 (80% of max value = 765). Red value is 241 (94.53% from 255 or 39.51% from 610); Green value is 204 (80.08% from 255 or 33.44% from 610); Blue value is 165 (64.84% from 255 or 27.05% from 610); Max value from RGB is 241 - color contains mainly: red. Hex color #F1CCA5 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F1CCA5 is #0E335A. Grayscale: #D2D2D2. Windows color (decimal): -930651 or 10865905. OLE color: 10865905.

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

Color convert

RGB241204165-
CMYK00.150.320.05
HSL30.79º73.08%79.61%-
HSV(B)30.79º31.54%94.51%-
XYZ64.6664.644.66-
YUV210.62102.26149.67-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 39.51%
GREEN value IS 204 (80.08% from 255) = 33.44%
BLUE value IS 165 (64.84% from 255) = 27.05%
R=39.51%
G=33.44%
B=27.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.32
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24120416500.150.320.0530.7973.0879.61
HexF1CCA50F2051f4950
Octal36131424501740537111120
Binary111100011100110010100101011111000001011111110010011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1CCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1CCA5; }

 p { color: rgb(241,204,165); }

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

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

 a { background-color: rgb(241,204,165); }

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

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

 span { border-color: rgb(241,204,165); }

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