Html Css Color HEX #FC6891 Brink Pink

📋 copy color: '#FC6891'

red 252 ◦ green 104 ◦ blue 145

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

Shades of Brink Pink #FC6891

Tints of Brink Pink #FC6891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 28.94%

R = 50.3%
G = 20.76%
B = 28.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.01

RGB Variations

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

Color information

#FC6891 (or 0xFC6891) is known color: Brink Pink. HEX triplet: FC, 68 and 91. RGB value is (252,104,145). Sum of RGB (Red+Green+Blue) = 252+104+145=501 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.30% from 501); Green value is 104 (41.02% from 255 or 20.76% from 501); Blue value is 145 (57.03% from 255 or 28.94% from 501); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6891 is #03976E. Grayscale: #989898. Windows color (decimal): -235375 or 9529596. OLE color: 9529596.

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

Color convert

RGB 252 104 145 -
CMYK 0 0.59 0.42 0.01
HSL 343.38º 0.96% 0.7% -
HSV(B) 343.38º 0.59% 0.99% -
XYZ 50.21 32.64 30.44 -
YUV 152.93 123.53 198.67 -
System Red Green Blue C M Y K H S L
Decimal 252 104 145 0 0.59 0.42 0.01 343.38 0.96 0.7
Hex FC 68 91 0 3B 2A 1 157 60 46
Octal 374 150 221 0 73 52 1 527 140 106
Binary 11111100 1101000 10010001 0 111011 101010 1 101010111 1100000 1000110

Color Harmonies of #FC6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6891

Black with #FC6891

Text Example


Text Example

White with #FC6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6891; }

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

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

background-color css

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

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

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

border-color css

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

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

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