#F1AB86

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

Shades of Tacao #F1AB86

Tints of Tacao #F1AB86

Color information

#F1AB86 (or 0xF1AB86) is unknown color: approx Tacao. HEX triplet: F1, AB and 86. RGB value is (241,171,134). Sum of RGB (Red+Green+Blue) = 241+171+134=546 (72% of max value = 765). Red value is 241 (94.53% from 255 or 44.14% from 546); Green value is 171 (67.19% from 255 or 31.32% from 546); Blue value is 134 (52.73% from 255 or 24.54% from 546); Max value from RGB is 241 - color contains mainly: red. Hex color #F1AB86 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F1AB86 is #0E5479. Grayscale: #BBBBBB. Windows color (decimal): -939130 or 8825841. OLE color: 8825841.

HSL color Cylindrical-coordinate representation of color #F1AB86: hue angle of 20.75º degrees, saturation: 0.79, 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 #F1AB86 is Cyan = 0, Magento = 0.29, Yellow = 0.44 and Black (K on CMYK) = 0.05.

Color convert

RGB241171134-
CMYK00.290.440.05
HSL20.75º79.26%73.53%-
HSV(B)20.75º44.4%94.51%-
XYZ55.1449.5529.21-
YUV187.7197.69166.01-

RGB Variations

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

RGB

RED value IS 241 (94.53% from 255) = 44.14%
GREEN value IS 171 (67.19% from 255) = 31.32%
BLUE value IS 134 (52.73% from 255) = 24.54%
R=44.14%
G=31.32%
B=24.54%

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
Decimal24117113400.290.440.0520.7579.2673.53
HexF1AB8601D2C5154f4a
Octal36125320603554525117112
Binary1111000110101011100001100111011011001011010110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F1AB86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F1AB86; }

 p { color: rgb(241,171,134); }

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

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

 a { background-color: rgb(241,171,134); }

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

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

 span { border-color: rgb(241,171,134); }

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