Html Css Color HEX #FC5B8C Brink Pink

📋 copy color: '#FC5B8C'

red 252 ◦ green 91 ◦ blue 140

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

Shades of Brink Pink #FC5B8C

Tints of Brink Pink #FC5B8C

RGB

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

 GREEN value IS 91 (35.94% from 255) = 18.84%

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

R = 52.17%
G = 18.84%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.01

RGB Variations

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

Color information

#FC5B8C (or 0xFC5B8C) is known color: Brink Pink. HEX triplet: FC, 5B and 8C. RGB value is (252,91,140). Sum of RGB (Red+Green+Blue) = 252+91+140=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 91 (35.94% from 255 or 18.84% from 483); Blue value is 140 (55.08% from 255 or 28.99% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5B8C is #03A473. Grayscale: #909090. Windows color (decimal): -238708 or 9198588. OLE color: 9198588.

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

Color convert

RGB 252 91 140 -
CMYK 0 0.64 0.44 0.01
HSL 341.74º 0.96% 0.67% -
HSV(B) 341.74º 0.64% 0.99% -
XYZ 48.62 30.07 28.05 -
YUV 144.73 125.34 204.52 -
System Red Green Blue C M Y K H S L
Decimal 252 91 140 0 0.64 0.44 0.01 341.74 0.96 0.67
Hex FC 5B 8C 0 40 2C 1 156 60 43
Octal 374 133 214 0 100 54 1 526 140 103
Binary 11111100 1011011 10001100 0 1000000 101100 1 101010110 1100000 1000011

Color Harmonies of #FC5B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5B8C

Black with #FC5B8C

Text Example


Text Example

White with #FC5B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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