#FCAE7E

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

Shades of Tacao #FCAE7E

Tints of Tacao #FCAE7E

Color information

#FCAE7E (or 0xFCAE7E) is unknown color: approx Tacao. HEX triplet: FC, AE and 7E. RGB value is (252,174,126). Sum of RGB (Red+Green+Blue) = 252+174+126=552 (73% of max value = 765). Red value is 252 (98.83% from 255 or 45.65% from 552); Green value is 174 (68.36% from 255 or 31.52% from 552); Blue value is 126 (49.61% from 255 or 22.83% from 552); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAE7E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAE7E is #035181. Grayscale: #C0C0C0. Windows color (decimal): -217474 or 8302332. OLE color: 8302332.

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

Color convert

RGB252174126-
CMYK00.310.50.01
HSL22.86º95.45%74.12%-
HSV(B)22.86º50%98.82%-
XYZ59.0552.4726.76-
YUV191.8590.84170.9-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.65%
GREEN value IS 174 (68.36% from 255) = 31.52%
BLUE value IS 126 (49.61% from 255) = 22.83%
R=45.65%
G=31.52%
B=22.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.5
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217412600.310.50.0122.8695.4574.12
HexFCAE7E01F321175f4a
Octal37425617603762127137112
Binary1111110010101110111111001111111001011011110111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAE7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAE7E; }

 p { color: rgb(252,174,126); }

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

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

 a { background-color: rgb(252,174,126); }

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

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

 span { border-color: rgb(252,174,126); }

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