#FCAA6C

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

Shades of Hit Pink #FCAA6C

Tints of Hit Pink #FCAA6C

Color information

#FCAA6C (or 0xFCAA6C) is unknown color: approx Hit Pink. HEX triplet: FC, AA and 6C. RGB value is (252,170,108). Sum of RGB (Red+Green+Blue) = 252+170+108=530 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.55% from 530); Green value is 170 (66.80% from 255 or 32.08% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 252 - color contains mainly: red. Hex color #FCAA6C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCAA6C is #035593. Grayscale: #BBBBBB. Windows color (decimal): -218516 or 7121660. OLE color: 7121660.

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

Color convert

RGB252170108-
CMYK00.330.570.01
HSL25.83º96%70.59%-
HSV(B)25.83º57.14%98.82%-
XYZ57.2350.5320.92-
YUV187.4583.17174.04-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.55%
GREEN value IS 170 (66.80% from 255) = 32.08%
BLUE value IS 108 (42.58% from 255) = 20.38%
R=47.55%
G=32.08%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25217010800.330.570.0125.839670.59
HexFCAA6C0213911a6047
Octal37425215404171132140107
Binary11111100101010101101100010000111100111101011000001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCAA6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCAA6C; }

 p { color: rgb(252,170,108); }

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

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

 a { background-color: rgb(252,170,108); }

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

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

 span { border-color: rgb(252,170,108); }

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