Html Css Color HEX #FC6D80 Brink Pink

📋 copy color: '#FC6D80'

red 252 ◦ green 109 ◦ blue 128

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

Shades of Brink Pink #FC6D80

Tints of Brink Pink #FC6D80

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.29%

 BLUE value IS 128 (50.39% from 255) = 26.18%

R = 51.53%
G = 22.29%
B = 26.18%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6D80 (or 0xFC6D80) is known color: Brink Pink. HEX triplet: FC, 6D and 80. RGB value is (252,109,128). Sum of RGB (Red+Green+Blue) = 252+109+128=489 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.53% from 489); Green value is 109 (42.97% from 255 or 22.29% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6D80 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6D80 is #03927F. Grayscale: #999999. Windows color (decimal): -234112 or 8416764. OLE color: 8416764.

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

Color convert

RGB 252 109 128 -
CMYK 0 0.57 0.49 0.01
HSL 352.03º 0.96% 0.71% -
HSV(B) 352.03º 0.57% 0.99% -
XYZ 49.51 33.19 24.22 -
YUV 153.92 113.38 197.96 -
System Red Green Blue C M Y K H S L
Decimal 252 109 128 0 0.57 0.49 0.01 352.03 0.96 0.71
Hex FC 6D 80 0 39 31 1 160 60 47
Octal 374 155 200 0 71 61 1 540 140 107
Binary 11111100 1101101 10000000 0 111001 110001 1 101100000 1100000 1000111

Color Harmonies of #FC6D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6D80

Black with #FC6D80

Text Example


Text Example

White with #FC6D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6D80; }

 p { color: rgb(252,109,128); }

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

background-color css

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

 a { background-color: rgb(252,109,128); }

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

border-color css

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

 span { border-color: rgb(252,109,128); }

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