Html Css Color HEX #FC6982 Brink Pink

📋 copy color: '#FC6982'

red 252 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #FC6982

Tints of Brink Pink #FC6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.56%

 BLUE value IS 130 (51.17% from 255) = 26.69%

R = 51.75%
G = 21.56%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6982 (or 0xFC6982) is known color: Brink Pink. HEX triplet: FC, 69 and 82. RGB value is (252,105,130). Sum of RGB (Red+Green+Blue) = 252+105+130=487 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.75% from 487); Green value is 105 (41.41% from 255 or 21.56% from 487); Blue value is 130 (51.17% from 255 or 26.69% from 487); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6982 is #03967D. Grayscale: #979797. Windows color (decimal): -235134 or 8546812. OLE color: 8546812.

HSL color Cylindrical-coordinate representation of color #FC6982: hue angle of 349.8º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FC6982 is Cyan = 0, Magento = 0.58, Yellow = 0.48 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 105 130 -
CMYK 0 0.58 0.48 0.01
HSL 349.8º 0.96% 0.7% -
HSV(B) 349.8º 0.58% 0.99% -
XYZ 49.23 32.41 24.78 -
YUV 151.8 115.7 199.47 -
System Red Green Blue C M Y K H S L
Decimal 252 105 130 0 0.58 0.48 0.01 349.8 0.96 0.7
Hex FC 69 82 0 3A 30 1 15E 60 46
Octal 374 151 202 0 72 60 1 536 140 106
Binary 11111100 1101001 10000010 0 111010 110000 1 101011110 1100000 1000110

Color Harmonies of #FC6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6982

Black with #FC6982

Text Example


Text Example

White with #FC6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6982; }

 p { color: rgb(252,105,130); }

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

background-color css

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

 a { background-color: rgb(252,105,130); }

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

border-color css

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

 span { border-color: rgb(252,105,130); }

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