#FDAD7D

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

Shades of Tacao #FDAD7D

Tints of Tacao #FDAD7D

Color information

#FDAD7D (or 0xFDAD7D) is unknown color: approx Tacao. HEX triplet: FD, AD and 7D. RGB value is (253,173,125). Sum of RGB (Red+Green+Blue) = 253+173+125=551 (72% of max value = 765). Red value is 253 (99.22% from 255 or 45.92% from 551); Green value is 173 (67.97% from 255 or 31.40% from 551); Blue value is 125 (49.22% from 255 or 22.69% from 551); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAD7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAD7D is #025282. Grayscale: #BFBFBF. Windows color (decimal): -152195 or 8236541. OLE color: 8236541.

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

Color convert

RGB253173125-
CMYK00.320.510.01
HSL22.5º96.97%74.12%-
HSV(B)22.5º50.59%99.22%-
XYZ59.1552.2526.37-
YUV191.4590.5171.9-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 45.92%
GREEN value IS 173 (67.97% from 255) = 31.40%
BLUE value IS 125 (49.22% from 255) = 22.69%
R=45.92%
G=31.40%
B=22.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25317312500.320.510.0122.596.9774.12
HexFDAD7D02033117614a
Octal37525517504063127141112
Binary11111101101011011111101010000011001111011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FDAD7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FDAD7D; }

 p { color: rgb(253,173,125); }

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

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

 a { background-color: rgb(253,173,125); }

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

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

 span { border-color: rgb(253,173,125); }

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