#FCAB7D

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

Shades of Tacao #FCAB7D

Tints of Tacao #FCAB7D

Color information

#FCAB7D (or 0xFCAB7D) is unknown color: approx Tacao. HEX triplet: FC, AB and 7D. RGB value is (252,171,125). Sum of RGB (Red+Green+Blue) = 252+171+125=548 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.99% from 548); Green value is 171 (67.19% from 255 or 31.20% from 548); Blue value is 125 (49.22% from 255 or 22.81% from 548); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAB7D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAB7D is #035482. Grayscale: #BEBEBE. Windows color (decimal): -218243 or 8236028. OLE color: 8236028.

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

Color convert

RGB252171125-
CMYK00.320.500.01
HSL21.73º95.49%73.92%-
HSV(B)21.73º50.4%98.82%-
XYZ58.4151.326.23-
YUV189.9891.34172.24-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.99%
GREEN value IS 171 (67.19% from 255) = 31.20%
BLUE value IS 125 (49.22% from 255) = 22.81%
R=45.99%
G=31.20%
B=22.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.50
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217112500.320.500.0121.7395.4973.92
HexFCAB7D020321165f4a
Octal37425317504062126137112
Binary11111100101010111111101010000011001011011010111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAB7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAB7D; }

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

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

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

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

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

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

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

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