Html Css Color HEX #FC6882 Brink Pink

📋 copy color: '#FC6882'

red 252 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #FC6882

Tints of Brink Pink #FC6882

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.4%

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

R = 51.85%
G = 21.4%
B = 26.75%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC6882 (or 0xFC6882) is known color: Brink Pink. HEX triplet: FC, 68 and 82. RGB value is (252,104,130). Sum of RGB (Red+Green+Blue) = 252+104+130=486 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.85% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 130 (51.17% from 255 or 26.75% from 486); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6882 is #03977D. Grayscale: #979797. Windows color (decimal): -235390 or 8546556. OLE color: 8546556.

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

Color convert

RGB 252 104 130 -
CMYK 0 0.59 0.48 0.01
HSL 349.46º 0.96% 0.7% -
HSV(B) 349.46º 0.59% 0.99% -
XYZ 49.12 32.21 24.75 -
YUV 151.22 116.03 199.89 -
System Red Green Blue C M Y K H S L
Decimal 252 104 130 0 0.59 0.48 0.01 349.46 0.96 0.7
Hex FC 68 82 0 3B 30 1 15D 60 46
Octal 374 150 202 0 73 60 1 535 140 106
Binary 11111100 1101000 10000010 0 111011 110000 1 101011101 1100000 1000110

Color Harmonies of #FC6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6882

Black with #FC6882

Text Example


Text Example

White with #FC6882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6882; }

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

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

background-color css

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

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

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

border-color css

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

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

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