#FDAF7E

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

Shades of Tacao #FDAF7E

Tints of Tacao #FDAF7E

Color information

#FDAF7E (or 0xFDAF7E) is unknown color: approx Tacao. HEX triplet: FD, AF and 7E. RGB value is (253,175,126). Sum of RGB (Red+Green+Blue) = 253+175+126=554 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.67% from 554); Green value is 175 (68.75% from 255 or 31.59% from 554); Blue value is 126 (49.61% from 255 or 22.74% from 554); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAF7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAF7E is #025081. Grayscale: #C1C1C1. Windows color (decimal): -151682 or 8302589. OLE color: 8302589.

HSL color Cylindrical-coordinate representation of color #FDAF7E: hue angle of 23.15º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FDAF7E is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB253175126-
CMYK00.310.500.01
HSL23.15º96.95%74.31%-
HSV(B)23.15º50.2%99.22%-
XYZ59.653.0526.84-
YUV192.7490.34170.98-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.67%
GREEN value IS 175 (68.75% from 255) = 31.59%
BLUE value IS 126 (49.61% from 255) = 22.74%
R=45.67%
G=31.59%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317512600.310.500.0123.1596.9574.31
HexFDAF7E01F32117614a
Octal37525717603762127141112
Binary1111110110101111111111001111111001011011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAF7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAF7E; }

 p { color: rgb(253,175,126); }

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

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

 a { background-color: rgb(253,175,126); }

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

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

 span { border-color: rgb(253,175,126); }

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