Html Css Color HEX #FDAB7E Tacao

📋 copy color: '#FDAB7E'

red 253 ◦ green 171 ◦ blue 126

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

Shades of Tacao #FDAB7E

Tints of Tacao #FDAB7E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 22.91%

R = 46%
G = 31.09%
B = 22.91%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FDAB7E (or 0xFDAB7E) is known color: Tacao. HEX triplet: FD, AB and 7E. RGB value is (253,171,126). Sum of RGB (Red+Green+Blue) = 253+171+126=550 (72% of max value = 765). Red value is 253 (99.22% from 255 or 46% from 550); Green value is 171 (67.19% from 255 or 31.09% from 550); Blue value is 126 (49.61% from 255 or 22.91% from 550); Max value from RGB is 253 - color contains mainly: red. Hex color #FDAB7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FDAB7E is #025481. Grayscale: #BEBEBE. Windows color (decimal): -152706 or 8301565. OLE color: 8301565.

HSL color Cylindrical-coordinate representation of color #FDAB7E: hue angle of 21.26º 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 #FDAB7E is Cyan = 0, Magento = 0.32, Yellow = 0.50 and Black (K on CMYK) = 0.01.

Color convert

RGB 253 171 126 -
CMYK 0 0.32 0.50 0.01
HSL 21.26º 0.97% 0.74% -
HSV(B) 21.26º 0.5% 0.99% -
XYZ 58.84 51.51 26.58 -
YUV 190.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 253 171 126 0 0.32 0.50 0.01 21.26 0.97 0.74
Hex FD AB 7E 0 20 32 1 15 61 4A
Octal 375 253 176 0 40 62 1 25 141 112
Binary 11111101 10101011 1111110 0 100000 110010 1 10101 1100001 1001010

Color Harmonies of #FDAB7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FDAB7E

Black with #FDAB7E

Text Example


Text Example

White with #FDAB7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FDAB7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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