Html Css Color HEX #FC7986 Brink Pink

📋 copy color: '#FC7986'

red 252 ◦ green 121 ◦ blue 134

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

Shades of Brink Pink #FC7986

Tints of Brink Pink #FC7986

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.87%

 BLUE value IS 134 (52.73% from 255) = 26.43%

R = 49.7%
G = 23.87%
B = 26.43%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC7986 (or 0xFC7986) is known color: Brink Pink. HEX triplet: FC, 79 and 86. RGB value is (252,121,134). Sum of RGB (Red+Green+Blue) = 252+121+134=507 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.70% from 507); Green value is 121 (47.66% from 255 or 23.87% from 507); Blue value is 134 (52.73% from 255 or 26.43% from 507); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC7986 is #038679. Grayscale: #A1A1A1. Windows color (decimal): -231034 or 8813052. OLE color: 8813052.

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

Color convert

RGB 252 121 134 -
CMYK 0 0.52 0.47 0.01
HSL 354.05º 0.96% 0.73% -
HSV(B) 354.05º 0.52% 0.99% -
XYZ 51.29 36.09 26.82 -
YUV 161.65 112.4 192.44 -
System Red Green Blue C M Y K H S L
Decimal 252 121 134 0 0.52 0.47 0.01 354.05 0.96 0.73
Hex FC 79 86 0 34 2F 1 162 60 49
Octal 374 171 206 0 64 57 1 542 140 111
Binary 11111100 1111001 10000110 0 110100 101111 1 101100010 1100000 1001001

Color Harmonies of #FC7986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7986

Black with #FC7986

Text Example


Text Example

White with #FC7986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7986; }

 p { color: rgb(252,121,134); }

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

background-color css

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

 a { background-color: rgb(252,121,134); }

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

border-color css

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

 span { border-color: rgb(252,121,134); }

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