#FCA675

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

Shades of Hit Pink #FCA675

Tints of Hit Pink #FCA675

Color information

#FCA675 (or 0xFCA675) is unknown color: approx Hit Pink. HEX triplet: FC, A6 and 75. RGB value is (252,166,117). Sum of RGB (Red+Green+Blue) = 252+166+117=535 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.10% from 535); Green value is 166 (65.23% from 255 or 31.03% from 535); Blue value is 117 (46.09% from 255 or 21.87% from 535); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA675 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA675 is #03598A. Grayscale: #BABABA. Windows color (decimal): -219531 or 7710460. OLE color: 7710460.

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

Color convert

RGB252166117-
CMYK00.340.540.01
HSL21.78º95.74%72.35%-
HSV(B)21.78º53.57%98.82%-
XYZ56.9949.2523.33-
YUV186.1388.99174.98-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 47.10%
GREEN value IS 166 (65.23% from 255) = 31.03%
BLUE value IS 117 (46.09% from 255) = 21.87%
R=47.10%
G=31.03%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25216611700.340.540.0121.7895.7472.35
HexFCA675022361166048
Octal37424616504266126140110
Binary11111100101001101110101010001011011011011011000001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FCA675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FCA675; }

 p { color: rgb(252,166,117); }

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

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

 a { background-color: rgb(252,166,117); }

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

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

 span { border-color: rgb(252,166,117); }

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