#FCA86E

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

Shades of Hit Pink #FCA86E

Tints of Hit Pink #FCA86E

Color information

#FCA86E (or 0xFCA86E) is unknown color: approx Hit Pink. HEX triplet: FC, A8 and 6E. RGB value is (252,168,110). Sum of RGB (Red+Green+Blue) = 252+168+110=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 168 (66.02% from 255 or 31.70% from 530); Blue value is 110 (43.36% from 255 or 20.75% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA86E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA86E is #035791. Grayscale: #BABABA. Windows color (decimal): -219026 or 7252220. OLE color: 7252220.

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

Color convert

RGB252168110-
CMYK00.330.560.01
HSL24.51º95.95%70.98%-
HSV(B)24.51º56.35%98.82%-
XYZ56.9649.8321.37-
YUV186.584.83174.72-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 168 (66.02% from 255) = 31.70%
BLUE value IS 110 (43.36% from 255) = 20.75%
R=47.55%
G=31.70%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216811000.330.560.0124.5195.9570.98
HexFCA86E021381196047
Octal37425015604170131140107
Binary11111100101010001101110010000111100011100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA86E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA86E; }

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

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

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

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

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

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

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

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