Html Css Color HEX #FDAB80 Tacao

📋 copy color: '#FDAB80'

red 253 ◦ green 171 ◦ blue 128

#FDAB80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Tacao #FDAB80

Tints of Tacao #FDAB80

RGB

 RED value IS 253 (99.22% from 255) = 45.83%

 GREEN value IS 171 (67.19% from 255) = 30.98%

 BLUE value IS 128 (50.39% from 255) = 23.19%

R = 45.83%
G = 30.98%
B = 23.19%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FDAB80 (or 0xFDAB80) is known color: Tacao. HEX triplet: FD, AB and 80. RGB value is (253,171,128). Sum of RGB (Red+Green+Blue) = 253+171+128=552 (73% of max value = 765). Red value is 253 (99.22% from 255 or 45.83% from 552); Green value is 171 (67.19% from 255 or 30.98% from 552); Blue value is 128 (50.39% from 255 or 23.19% from 552); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FDAB80 is #02547F. Grayscale: #BEBEBE. Windows color (decimal): -152704 or 8432637. OLE color: 8432637.

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

Color convert

RGB 253 171 128 -
CMYK 0 0.32 0.49 0.01
HSL 20.64º 0.97% 0.75% -
HSV(B) 20.64º 0.49% 0.99% -
XYZ 58.97 51.57 27.27 -
YUV 190.62 92.67 172.5 -
System Red Green Blue C M Y K H S L
Decimal 253 171 128 0 0.32 0.49 0.01 20.64 0.97 0.75
Hex FD AB 80 0 20 31 1 15 61 4B
Octal 375 253 200 0 40 61 1 25 141 113
Binary 11111101 10101011 10000000 0 100000 110001 1 10101 1100001 1001011

Color Harmonies of #FDAB80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB80

Black with #FDAB80

Text Example


Text Example

White with #FDAB80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB80; }

 p { color: rgb(253,171,128); }

 H1.HeaderClassName
 {
   color: #FDAB80;
 }
 .AnyTagClassName
 {
   color: #FDAB80;
 }
</style>

background-color css

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

 a { background-color: rgb(253,171,128); }

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

border-color css

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

 span { border-color: rgb(253,171,128); }

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