#F2AC84

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

Shades of Tacao #F2AC84

Tints of Tacao #F2AC84

Color information

#F2AC84 (or 0xF2AC84) is unknown color: approx Tacao. HEX triplet: F2, AC and 84. RGB value is (242,172,132). Sum of RGB (Red+Green+Blue) = 242+172+132=546 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44.32% from 546); Green value is 172 (67.58% from 255 or 31.50% from 546); Blue value is 132 (51.95% from 255 or 24.18% from 546); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AC84 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AC84 is #0D537B. Grayscale: #BCBCBC. Windows color (decimal): -873340 or 8695026. OLE color: 8695026.

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

Color convert

RGB242172132-
CMYK00.290.450.05
HSL21.82º80.88%73.33%-
HSV(B)21.82º45.45%94.9%-
XYZ55.5450.0528.56-
YUV188.3796.19166.25-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44.32%
GREEN value IS 172 (67.58% from 255) = 31.50%
BLUE value IS 132 (51.95% from 255) = 24.18%
R=44.32%
G=31.50%
B=24.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.45
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217213200.290.450.0521.8280.8873.33
HexF2AC8401D2D5165149
Octal36225420403555526121111
Binary1111001010101100100001000111011011011011011010100011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AC84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AC84; }

 p { color: rgb(242,172,132); }

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

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

 a { background-color: rgb(242,172,132); }

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

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

 span { border-color: rgb(242,172,132); }

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