#F2AD87

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

Shades of Tacao #F2AD87

Tints of Tacao #F2AD87

Color information

#F2AD87 (or 0xF2AD87) is unknown color: approx Tacao. HEX triplet: F2, AD and 87. RGB value is (242,173,135). Sum of RGB (Red+Green+Blue) = 242+173+135=550 (72% of max value = 765). Red value is 242 (94.92% from 255 or 44% from 550); Green value is 173 (67.97% from 255 or 31.45% from 550); Blue value is 135 (53.12% from 255 or 24.55% from 550); Max value from RGB is 242 - color contains mainly: red. Hex color #F2AD87 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F2AD87 is #0D5278. Grayscale: #BDBDBD. Windows color (decimal): -873081 or 8891890. OLE color: 8891890.

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

Color convert

RGB242173135-
CMYK00.290.440.05
HSL21.31º80.45%73.92%-
HSV(B)21.31º44.21%94.9%-
XYZ55.9350.5129.72-
YUV189.397.36165.59-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 44%
GREEN value IS 173 (67.97% from 255) = 31.45%
BLUE value IS 135 (53.12% from 255) = 24.55%
R=44%
G=31.45%
B=24.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24217313500.290.440.0521.3180.4573.92
HexF2AD8701D2C515504a
Octal36225520703554525120112
Binary1111001010101101100001110111011011001011010110100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2AD87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2AD87; }

 p { color: rgb(242,173,135); }

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

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

 a { background-color: rgb(242,173,135); }

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

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

 span { border-color: rgb(242,173,135); }

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