Html Css Color HEX #FC6B8C Brink Pink

📋 copy color: '#FC6B8C'

red 252 ◦ green 107 ◦ blue 140

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

Shades of Brink Pink #FC6B8C

Tints of Brink Pink #FC6B8C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 28.06%

R = 50.5%
G = 21.44%
B = 28.06%

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

#FC6B8C (or 0xFC6B8C) is known color: Brink Pink. HEX triplet: FC, 6B and 8C. RGB value is (252,107,140). Sum of RGB (Red+Green+Blue) = 252+107+140=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 107 (42.19% from 255 or 21.44% from 499); Blue value is 140 (55.08% from 255 or 28.06% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC6B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC6B8C is #039473. Grayscale: #9A9A9A. Windows color (decimal): -234612 or 9202684. OLE color: 9202684.

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

Color convert

RGB 252 107 140 -
CMYK 0 0.58 0.44 0.01
HSL 346.34º 0.96% 0.7% -
HSV(B) 346.34º 0.58% 0.99% -
XYZ 50.14 33.1 28.56 -
YUV 154.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 252 107 140 0 0.58 0.44 0.01 346.34 0.96 0.7
Hex FC 6B 8C 0 3A 2C 1 15A 60 46
Octal 374 153 214 0 72 54 1 532 140 106
Binary 11111100 1101011 10001100 0 111010 101100 1 101011010 1100000 1000110

Color Harmonies of #FC6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC6B8C

Black with #FC6B8C

Text Example


Text Example

White with #FC6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC6B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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