#FCA96B

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

Shades of Hit Pink #FCA96B

Tints of Hit Pink #FCA96B

Color information

#FCA96B (or 0xFCA96B) is unknown color: approx Hit Pink. HEX triplet: FC, A9 and 6B. RGB value is (252,169,107). Sum of RGB (Red+Green+Blue) = 252+169+107=528 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.73% from 528); Green value is 169 (66.41% from 255 or 32.01% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA96B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA96B is #035694. Grayscale: #BBBBBB. Windows color (decimal): -218773 or 7055868. OLE color: 7055868.

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

Color convert

RGB252169107-
CMYK00.330.580.01
HSL25.66º96.03%70.39%-
HSV(B)25.66º57.54%98.82%-
XYZ56.9950.1320.58-
YUV186.7583174.54-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.73%
GREEN value IS 169 (66.41% from 255) = 32.01%
BLUE value IS 107 (42.19% from 255) = 20.27%
R=47.73%
G=32.01%
B=20.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.58
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216910700.330.580.0125.6696.0370.39
HexFCA96B0213A11a6046
Octal37425115304172132140106
Binary11111100101010011101011010000111101011101011000001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA96B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA96B; }

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

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

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

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

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

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

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

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