#FCA96E

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

Shades of Hit Pink #FCA96E

Tints of Hit Pink #FCA96E

Color information

#FCA96E (or 0xFCA96E) is unknown color: approx Hit Pink. HEX triplet: FC, A9 and 6E. RGB value is (252,169,110). Sum of RGB (Red+Green+Blue) = 252+169+110=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 169 (66.41% from 255 or 31.83% from 531); Blue value is 110 (43.36% from 255 or 20.72% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA96E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA96E is #035691. Grayscale: #BBBBBB. Windows color (decimal): -218770 or 7252476. OLE color: 7252476.

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

Color convert

RGB252169110-
CMYK00.330.560.01
HSL24.93º95.95%70.98%-
HSV(B)24.93º56.35%98.82%-
XYZ57.1550.221.43-
YUV187.0984.5174.3-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.46%
GREEN value IS 169 (66.41% from 255) = 31.83%
BLUE value IS 110 (43.36% from 255) = 20.72%
R=47.46%
G=31.83%
B=20.72%

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
Decimal25216911000.330.560.0124.9395.9570.98
HexFCA96E021381196047
Octal37425115604170131140107
Binary11111100101010011101110010000111100011100111000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA96E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA96E; }

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

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

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

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

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

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

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

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