Html Css Color HEX #FC6B8D Brink Pink

📋 copy color: '#FC6B8D'

red 252 ◦ green 107 ◦ blue 141

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

Shades of Brink Pink #FC6B8D

Tints of Brink Pink #FC6B8D

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.4%

 BLUE value IS 141 (55.47% from 255) = 28.2%

R = 50.4%
G = 21.4%
B = 28.2%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC6B8D (or 0xFC6B8D) is known color: Brink Pink. HEX triplet: FC, 6B and 8D. RGB value is (252,107,141). Sum of RGB (Red+Green+Blue) = 252+107+141=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 107 (42.19% from 255 or 21.4% from 500); Blue value is 141 (55.47% from 255 or 28.2% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B8D is #039472. Grayscale: #9A9A9A. Windows color (decimal): -234611 or 9268220. OLE color: 9268220.

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

Color convert

RGB 252 107 141 -
CMYK 0 0.58 0.44 0.01
HSL 345.93º 0.96% 0.7% -
HSV(B) 345.93º 0.58% 0.99% -
XYZ 50.21 33.13 28.95 -
YUV 154.23 120.54 197.74 -
System Red Green Blue C M Y K H S L
Decimal 252 107 141 0 0.58 0.44 0.01 345.93 0.96 0.7
Hex FC 6B 8D 0 3A 2C 1 15A 60 46
Octal 374 153 215 0 72 54 1 532 140 106
Binary 11111100 1101011 10001101 0 111010 101100 1 101011010 1100000 1000110

Color Harmonies of #FC6B8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B8D

Black with #FC6B8D

Text Example


Text Example

White with #FC6B8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B8D; }

 p { color: rgb(252,107,141); }

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

background-color css

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

 a { background-color: rgb(252,107,141); }

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

border-color css

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

 span { border-color: rgb(252,107,141); }

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