Html Css Color HEX #FC6986 Brink Pink

📋 copy color: '#FC6986'

red 252 ◦ green 105 ◦ blue 134

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

Shades of Brink Pink #FC6986

Tints of Brink Pink #FC6986

RGB

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

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

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

R = 51.32%
G = 21.38%
B = 27.29%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6986 (or 0xFC6986) is known color: Brink Pink. HEX triplet: FC, 69 and 86. RGB value is (252,105,134). Sum of RGB (Red+Green+Blue) = 252+105+134=491 (65% of max value = 765). Red value is 252 (98.83% from 255 or 51.32% from 491); Green value is 105 (41.41% from 255 or 21.38% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6986 is #039679. Grayscale: #989898. Windows color (decimal): -235130 or 8808956. OLE color: 8808956.

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

Color convert

RGB 252 105 134 -
CMYK 0 0.58 0.47 0.01
HSL 348.16º 0.96% 0.7% -
HSV(B) 348.16º 0.58% 0.99% -
XYZ 49.5 32.52 26.22 -
YUV 152.26 117.7 199.14 -
System Red Green Blue C M Y K H S L
Decimal 252 105 134 0 0.58 0.47 0.01 348.16 0.96 0.7
Hex FC 69 86 0 3A 2F 1 15C 60 46
Octal 374 151 206 0 72 57 1 534 140 106
Binary 11111100 1101001 10000110 0 111010 101111 1 101011100 1100000 1000110

Color Harmonies of #FC6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6986

Black with #FC6986

Text Example


Text Example

White with #FC6986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6986; }

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

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

background-color css

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

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

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

border-color css

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

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

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