Html Css Color HEX #FC6886 Brink Pink

📋 copy color: '#FC6886'

red 252 ◦ green 104 ◦ blue 134

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

Shades of Brink Pink #FC6886

Tints of Brink Pink #FC6886

RGB

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

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

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

R = 51.43%
G = 21.22%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC6886 (or 0xFC6886) is known color: Brink Pink. HEX triplet: FC, 68 and 86. RGB value is (252,104,134). Sum of RGB (Red+Green+Blue) = 252+104+134=490 (64% of max value = 765). Red value is 252 (98.83% from 255 or 51.43% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6886 is #039779. Grayscale: #979797. Windows color (decimal): -235386 or 8808700. OLE color: 8808700.

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

Color convert

RGB 252 104 134 -
CMYK 0 0.59 0.47 0.01
HSL 347.84º 0.96% 0.7% -
HSV(B) 347.84º 0.59% 0.99% -
XYZ 49.4 32.32 26.19 -
YUV 151.67 118.03 199.56 -
System Red Green Blue C M Y K H S L
Decimal 252 104 134 0 0.59 0.47 0.01 347.84 0.96 0.7
Hex FC 68 86 0 3B 2F 1 15C 60 46
Octal 374 150 206 0 73 57 1 534 140 106
Binary 11111100 1101000 10000110 0 111011 101111 1 101011100 1100000 1000110

Color Harmonies of #FC6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6886

Black with #FC6886

Text Example


Text Example

White with #FC6886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6886; }

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

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

background-color css

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

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

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

border-color css

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

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

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