#FCA971

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

Shades of Hit Pink #FCA971

Tints of Hit Pink #FCA971

Color information

#FCA971 (or 0xFCA971) is unknown color: approx Hit Pink. HEX triplet: FC, A9 and 71. RGB value is (252,169,113). Sum of RGB (Red+Green+Blue) = 252+169+113=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 169 (66.41% from 255 or 31.65% from 534); Blue value is 113 (44.53% from 255 or 21.16% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA971 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA971 is #03568E. Grayscale: #BBBBBB. Windows color (decimal): -218767 or 7449084. OLE color: 7449084.

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

Color convert

RGB252169113-
CMYK00.330.550.01
HSL24.17º95.86%71.57%-
HSV(B)24.17º55.16%98.82%-
XYZ57.3150.2622.3-
YUV187.4386174.05-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.19%
GREEN value IS 169 (66.41% from 255) = 31.65%
BLUE value IS 113 (44.53% from 255) = 21.16%
R=47.19%
G=31.65%
B=21.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216911300.330.550.0124.1795.8671.57
HexFCA971021371186048
Octal37425116104167130140110
Binary11111100101010011110001010000111011111100011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA971; }

 p { color: rgb(252,169,113); }

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

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

 a { background-color: rgb(252,169,113); }

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

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

 span { border-color: rgb(252,169,113); }

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