Html Css Color HEX #FC657D Brink Pink

📋 copy color: '#FC657D'

red 252 ◦ green 101 ◦ blue 125

#FC657D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Brink Pink #FC657D

Tints of Brink Pink #FC657D

RGB

 RED value IS 252 (98.83% from 255) = 52.72%

 GREEN value IS 101 (39.84% from 255) = 21.13%

 BLUE value IS 125 (49.22% from 255) = 26.15%

R = 52.72%
G = 21.13%
B = 26.15%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.50

 K value IS 0.01

RGB Variations

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

Color information

#FC657D (or 0xFC657D) is known color: Brink Pink. HEX triplet: FC, 65 and 7D. RGB value is (252,101,125). Sum of RGB (Red+Green+Blue) = 252+101+125=478 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.72% from 478); Green value is 101 (39.84% from 255 or 21.13% from 478); Blue value is 125 (49.22% from 255 or 26.15% from 478); Max value from RGB is 252 - color contains mainly: red. Hex color #FC657D is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC657D is #039A82. Grayscale: #949494. Windows color (decimal): -236163 or 8218108. OLE color: 8218108.

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

Color convert

RGB 252 101 125 -
CMYK 0 0.60 0.50 0.01
HSL 350.46º 0.96% 0.69% -
HSV(B) 350.46º 0.6% 0.99% -
XYZ 48.5 31.48 22.92 -
YUV 148.89 114.53 201.55 -
System Red Green Blue C M Y K H S L
Decimal 252 101 125 0 0.60 0.50 0.01 350.46 0.96 0.69
Hex FC 65 7D 0 3C 32 1 15E 60 45
Octal 374 145 175 0 74 62 1 536 140 105
Binary 11111100 1100101 1111101 0 111100 110010 1 101011110 1100000 1000101

Color Harmonies of #FC657D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC657D

Black with #FC657D

Text Example


Text Example

White with #FC657D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC657D; }

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

 H1.HeaderClassName
 {
   color: #FC657D;
 }
 .AnyTagClassName
 {
   color: #FC657D;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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