#FD657C

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

Shades of Brink Pink #FD657C

Tints of Brink Pink #FD657C

Color information

#FD657C (or 0xFD657C) is unknown color: approx Brink Pink. HEX triplet: FD, 65 and 7C. RGB value is (253,101,124). Sum of RGB (Red+Green+Blue) = 253+101+124=478 (63% of max value = 765). Red value is 253 (99.22% from 255 or 52.93% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 124 (48.83% from 255 or 25.94% from 478); Max value from RGB is 253 - color contains mainly: red. Hex color #FD657C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FD657C is #029A83. Grayscale: #959595. Windows color (decimal): -170628 or 8152573. OLE color: 8152573.

HSL color Cylindrical-coordinate representation of color #FD657C: hue angle of 350.92º degrees, saturation: 0.97, 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 #FD657C is Cyan = 0, Magento = 0.60, Yellow = 0.51 and Black (K on CMYK) = 0.01.

Color convert

RGB253101124-
CMYK00.600.510.01
HSL350.92º97.44%69.41%-
HSV(B)350.92º60.08%99.22%-
XYZ48.831.6522.6-
YUV149.07113.86202.13-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 52.93%
GREEN value IS 101 (39.84% from 255) = 21.13%
BLUE value IS 124 (48.83% from 255) = 25.94%
R=52.93%
G=21.13%
B=25.94%

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
Decimal25310112400.600.510.01350.9297.4469.41
HexFD657C03C33115f6145
Octal375145174074631537141105
Binary11111101110010111111000111100110011110101111111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD657C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD657C; }

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

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

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

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

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

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

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

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