#FC657C

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

Shades of Brink Pink #FC657C

Tints of Brink Pink #FC657C

Color information

#FC657C (or 0xFC657C) is unknown color: approx Brink Pink. HEX triplet: FC, 65 and 7C. RGB value is (252,101,124). Sum of RGB (Red+Green+Blue) = 252+101+124=477 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.83% from 477); Green value is 101 (39.84% from 255 or 21.17% from 477); Blue value is 124 (48.83% from 255 or 26.00% from 477); Max value from RGB is 252 - color contains mainly: red. Hex color #FC657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC657C is #039A83. Grayscale: #949494. Windows color (decimal): -236164 or 8152572. OLE color: 8152572.

HSL color Cylindrical-coordinate representation of color #FC657C: hue angle of 350.86º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FC657C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB252101124-
CMYK00.600.510.01
HSL350.86º96.18%69.22%-
HSV(B)350.86º59.92%98.82%-
XYZ48.4431.4622.59-
YUV148.77114.03201.63-

RGB Variations

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

RGB

RED value IS 252 (98.83% from 255) = 52.83%
GREEN value IS 101 (39.84% from 255) = 21.17%
BLUE value IS 124 (48.83% from 255) = 26.00%
R=52.83%
G=21.17%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.51
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25210112400.600.510.01350.8696.1869.22
HexFC657C03C33115f6045
Octal374145174074631537140105
Binary11111100110010111111000111100110011110101111111000001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FC657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FC657C; }

 p { color: rgb(252,101,124); }

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

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

 a { background-color: rgb(252,101,124); }

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

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

 span { border-color: rgb(252,101,124); }

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