#f2ce9e

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

Shades of Tequila #F2CE9E

Tints of Tequila #F2CE9E

Color information

#F2CE9E (or 0xF2CE9E) is unknown color: approx Tequila. HEX triplet: F2, CE and 9E. RGB value is (242,206,158). Sum of RGB (Red+Green+Blue) = 242+206+158=606 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.93% from 606); Green value is 206 (80.86% from 255 or 33.99% from 606); Blue value is 158 (62.11% from 255 or 26.07% from 606); Max value from RGB is 242 - color contains mainly: red. Hex color #F2CE9E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2CE9E is #0D3161. Grayscale: #D3D3D3. Windows color (decimal): -864610 or 10407666. OLE color: 10407666.

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

Color convert

RGB242206158-
CMYK00.150.350.05
HSL34.29º76.36%78.43%-
HSV(B)34.29º34.71%94.9%-
XYZ64.8665.4941.57-
YUV211.2997.93149.9-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.93%
GREEN value IS 206 (80.86% from 255) = 33.99%
BLUE value IS 158 (62.11% from 255) = 26.07%
R=39.93%
G=33.99%
B=26.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24220615800.150.350.0534.2976.3678.43
HexF2CE9E0F235224c4e
Octal36231623601743542114116
Binary1111001011001110100111100111110001110110001010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #f2ce9e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #f2ce9e; }

 p { color: rgb(242,206,158); }

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

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

 a { background-color: rgb(242,206,158); }

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

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

 span { border-color: rgb(242,206,158); }

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