#FCA46E

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

Shades of Hit Pink #FCA46E

Tints of Hit Pink #FCA46E

Color information

#FCA46E (or 0xFCA46E) is unknown color: approx Hit Pink. HEX triplet: FC, A4 and 6E. RGB value is (252,164,110). Sum of RGB (Red+Green+Blue) = 252+164+110=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 164 (64.45% from 255 or 31.18% from 526); Blue value is 110 (43.36% from 255 or 20.91% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA46E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA46E is #035B91. Grayscale: #B8B8B8. Windows color (decimal): -220050 or 7251196. OLE color: 7251196.

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

Color convert

RGB252164110-
CMYK00.350.560.01
HSL22.82º95.95%70.98%-
HSV(B)22.82º56.35%98.82%-
XYZ56.2348.3721.12-
YUV184.1686.15176.39-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.91%
GREEN value IS 164 (64.45% from 255) = 31.18%
BLUE value IS 110 (43.36% from 255) = 20.91%
R=47.91%
G=31.18%
B=20.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216411000.350.560.0122.8295.9570.98
HexFCA46E023381176047
Octal37424415604370127140107
Binary11111100101001001101110010001111100011011111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA46E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA46E; }

 p { color: rgb(252,164,110); }

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

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

 a { background-color: rgb(252,164,110); }

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

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

 span { border-color: rgb(252,164,110); }

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