Html Css Color HEX #FC6680 Brink Pink

📋 copy color: '#FC6680'

red 252 ◦ green 102 ◦ blue 128

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

Shades of Brink Pink #FC6680

Tints of Brink Pink #FC6680

RGB

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

 GREEN value IS 102 (40.23% from 255) = 21.16%

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

R = 52.28%
G = 21.16%
B = 26.56%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.49

 K value IS 0.01

RGB Variations

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

Color information

#FC6680 (or 0xFC6680) is known color: Brink Pink. HEX triplet: FC, 66 and 80. RGB value is (252,102,128). Sum of RGB (Red+Green+Blue) = 252+102+128=482 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.28% from 482); Green value is 102 (40.23% from 255 or 21.16% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6680 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6680 is #03997F. Grayscale: #959595. Windows color (decimal): -235904 or 8414972. OLE color: 8414972.

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

Color convert

RGB 252 102 128 -
CMYK 0 0.60 0.49 0.01
HSL 349.6º 0.96% 0.69% -
HSV(B) 349.6º 0.6% 0.99% -
XYZ 48.79 31.76 23.98 -
YUV 149.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 252 102 128 0 0.60 0.49 0.01 349.6 0.96 0.69
Hex FC 66 80 0 3C 31 1 15E 60 45
Octal 374 146 200 0 74 61 1 536 140 105
Binary 11111100 1100110 10000000 0 111100 110001 1 101011110 1100000 1000101

Color Harmonies of #FC6680

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6680

Black with #FC6680

Text Example


Text Example

White with #FC6680

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6680; }

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

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

background-color css

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

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

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

border-color css

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

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

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