Html Css Color HEX #FC6C8B Brink Pink

📋 copy color: '#FC6C8B'

red 252 ◦ green 108 ◦ blue 139

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

Shades of Brink Pink #FC6C8B

Tints of Brink Pink #FC6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.64%

 BLUE value IS 139 (54.69% from 255) = 27.86%

R = 50.5%
G = 21.64%
B = 27.86%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC6C8B (or 0xFC6C8B) is known color: Brink Pink. HEX triplet: FC, 6C and 8B. RGB value is (252,108,139). Sum of RGB (Red+Green+Blue) = 252+108+139=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 108 (42.58% from 255 or 21.64% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6C8B is #039374. Grayscale: #9A9A9A. Windows color (decimal): -234357 or 9137404. OLE color: 9137404.

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

Color convert

RGB 252 108 139 -
CMYK 0 0.57 0.45 0.01
HSL 347.08º 0.96% 0.71% -
HSV(B) 347.08º 0.57% 0.99% -
XYZ 50.17 33.28 28.21 -
YUV 154.59 119.21 197.48 -
System Red Green Blue C M Y K H S L
Decimal 252 108 139 0 0.57 0.45 0.01 347.08 0.96 0.71
Hex FC 6C 8B 0 39 2D 1 15B 60 47
Octal 374 154 213 0 71 55 1 533 140 107
Binary 11111100 1101100 10001011 0 111001 101101 1 101011011 1100000 1000111

Color Harmonies of #FC6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6C8B

Black with #FC6C8B

Text Example


Text Example

White with #FC6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6C8B; }

 p { color: rgb(252,108,139); }

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

background-color css

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

 a { background-color: rgb(252,108,139); }

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

border-color css

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

 span { border-color: rgb(252,108,139); }

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