Html Css Color HEX #FC7682 Brink Pink

📋 copy color: '#FC7682'

red 252 ◦ green 118 ◦ blue 130

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

Shades of Brink Pink #FC7682

Tints of Brink Pink #FC7682

RGB

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

 GREEN value IS 118 (46.48% from 255) = 23.6%

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

R = 50.4%
G = 23.6%
B = 26%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.48

 K value IS 0.01

RGB Variations

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

Color information

#FC7682 (or 0xFC7682) is known color: Brink Pink. HEX triplet: FC, 76 and 82. RGB value is (252,118,130). Sum of RGB (Red+Green+Blue) = 252+118+130=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 118 (46.48% from 255 or 23.6% from 500); Blue value is 130 (51.17% from 255 or 26% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7682 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7682 is #03897D. Grayscale: #9F9F9F. Windows color (decimal): -231806 or 8550140. OLE color: 8550140.

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

Color convert

RGB 252 118 130 -
CMYK 0 0.53 0.48 0.01
HSL 354.63º 0.96% 0.73% -
HSV(B) 354.63º 0.53% 0.99% -
XYZ 50.65 35.26 25.26 -
YUV 159.43 111.39 194.02 -
System Red Green Blue C M Y K H S L
Decimal 252 118 130 0 0.53 0.48 0.01 354.63 0.96 0.73
Hex FC 76 82 0 35 30 1 163 60 49
Octal 374 166 202 0 65 60 1 543 140 111
Binary 11111100 1110110 10000010 0 110101 110000 1 101100011 1100000 1001001

Color Harmonies of #FC7682

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7682

Black with #FC7682

Text Example


Text Example

White with #FC7682

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7682; }

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

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

background-color css

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

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

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

border-color css

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

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

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