#FCAF7A

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

Shades of Tacao #FCAF7A

Tints of Tacao #FCAF7A

Color information

#FCAF7A (or 0xFCAF7A) is unknown color: approx Tacao. HEX triplet: FC, AF and 7A. RGB value is (252,175,122). Sum of RGB (Red+Green+Blue) = 252+175+122=549 (72% of max value = 765). Red value is 252 (98.83% from 255 or 45.90% from 549); Green value is 175 (68.75% from 255 or 31.88% from 549); Blue value is 122 (48.05% from 255 or 22.22% from 549); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAF7A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAF7A is #035085. Grayscale: #C0C0C0. Windows color (decimal): -217222 or 8040444. OLE color: 8040444.

HSL color Cylindrical-coordinate representation of color #FCAF7A: hue angle of 24.46º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FCAF7A is Cyan = 0, Magento = 0.31, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB252175122-
CMYK00.310.520.01
HSL24.46º95.59%73.33%-
HSV(B)24.46º51.59%98.82%-
XYZ58.9952.7625.49-
YUV191.9888.51170.81-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 45.90%
GREEN value IS 175 (68.75% from 255) = 31.88%
BLUE value IS 122 (48.05% from 255) = 22.22%
R=45.90%
G=31.88%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217512200.310.520.0124.4695.5973.33
HexFCAF7A01F341186049
Octal37425717203764130140111
Binary1111110010101111111101001111111010011100011000001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAF7A; }

 p { color: rgb(252,175,122); }

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

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

 a { background-color: rgb(252,175,122); }

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

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

 span { border-color: rgb(252,175,122); }

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