Html Css Color HEX #FCAA7D Tacao

📋 copy color: '#FCAA7D'

red 252 ◦ green 170 ◦ blue 125

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

Shades of Tacao #FCAA7D

Tints of Tacao #FCAA7D

RGB

 RED value IS 252 (98.83% from 255) = 46.07%

 GREEN value IS 170 (66.8% from 255) = 31.08%

 BLUE value IS 125 (49.22% from 255) = 22.85%

R = 46.07%
G = 31.08%
B = 22.85%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FCAA7D (or 0xFCAA7D) is known color: Tacao. HEX triplet: FC, AA and 7D. RGB value is (252,170,125). Sum of RGB (Red+Green+Blue) = 252+170+125=547 (72% of max value = 765). Red value is 252 (98.83% from 255 or 46.07% from 547); Green value is 170 (66.80% from 255 or 31.08% from 547); Blue value is 125 (49.22% from 255 or 22.85% from 547); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA7D is #035582. Grayscale: #BDBDBD. Windows color (decimal): -218499 or 8235772. OLE color: 8235772.

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

Color convert

RGB 252 170 125 -
CMYK 0 0.33 0.50 0.01
HSL 21.26º 0.95% 0.74% -
HSV(B) 21.26º 0.5% 0.99% -
XYZ 58.22 50.93 26.16 -
YUV 189.39 91.67 172.66 -
System Red Green Blue C M Y K H S L
Decimal 252 170 125 0 0.33 0.50 0.01 21.26 0.95 0.74
Hex FC AA 7D 0 21 32 1 15 5F 4A
Octal 374 252 175 0 41 62 1 25 137 112
Binary 11111100 10101010 1111101 0 100001 110010 1 10101 1011111 1001010

Color Harmonies of #FCAA7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCAA7D

Black with #FCAA7D

Text Example


Text Example

White with #FCAA7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCAA7D; }

 p { color: rgb(252,170,125); }

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

background-color css

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

 a { background-color: rgb(252,170,125); }

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

border-color css

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

 span { border-color: rgb(252,170,125); }

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