#FEAF81

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

Shades of Tacao #FEAF81

Tints of Tacao #FEAF81

Color information

#FEAF81 (or 0xFEAF81) is unknown color: approx Tacao. HEX triplet: FE, AF and 81. RGB value is (254,175,129). Sum of RGB (Red+Green+Blue) = 254+175+129=558 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.52% from 558); Green value is 175 (68.75% from 255 or 31.36% from 558); Blue value is 129 (50.78% from 255 or 23.12% from 558); Max value from RGB is 254 - color contains mainly: red. Hex color #FEAF81 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEAF81 is #01507E. Grayscale: #C1C1C1. Windows color (decimal): -86143 or 8499198. OLE color: 8499198.

HSL color Cylindrical-coordinate representation of color #FEAF81: hue angle of 22.08º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #FEAF81 is Cyan = 0, Magento = 0.31, Yellow = 0.49 and Black (K on CMYK) = 0.00.

Color convert

RGB254175129-
CMYK00.310.490.00
HSL22.08º98.43%75.1%-
HSV(B)22.08º49.21%99.61%-
XYZ60.1753.3227.89-
YUV193.3891.67171.24-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.52%
GREEN value IS 175 (68.75% from 255) = 31.36%
BLUE value IS 129 (50.78% from 255) = 23.12%
R=45.52%
G=31.36%
B=23.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.49
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25417512900.310.490.0022.0898.4375.1
HexFEAF8101F31016624b
Octal37625720103761026142113
Binary11111110101011111000000101111111000101011011000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEAF81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEAF81; }

 p { color: rgb(254,175,129); }

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

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

 a { background-color: rgb(254,175,129); }

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

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

 span { border-color: rgb(254,175,129); }

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