Html Css Color HEX #FC5D86 Brink Pink

📋 copy color: '#FC5D86'

red 252 ◦ green 93 ◦ blue 134

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

Shades of Brink Pink #FC5D86

Tints of Brink Pink #FC5D86

RGB

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

 GREEN value IS 93 (36.72% from 255) = 19.42%

 BLUE value IS 134 (52.73% from 255) = 27.97%

R = 52.61%
G = 19.42%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.47

 K value IS 0.01

RGB Variations

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

Color information

#FC5D86 (or 0xFC5D86) is known color: Brink Pink. HEX triplet: FC, 5D and 86. RGB value is (252,93,134). Sum of RGB (Red+Green+Blue) = 252+93+134=479 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.61% from 479); Green value is 93 (36.72% from 255 or 19.42% from 479); Blue value is 134 (52.73% from 255 or 27.97% from 479); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D86 is #03A279. Grayscale: #919191. Windows color (decimal): -238202 or 8805884. OLE color: 8805884.

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

Color convert

RGB 252 93 134 -
CMYK 0 0.63 0.47 0.01
HSL 344.53º 0.96% 0.68% -
HSV(B) 344.53º 0.63% 0.99% -
XYZ 48.36 30.25 25.84 -
YUV 145.22 121.68 204.17 -
System Red Green Blue C M Y K H S L
Decimal 252 93 134 0 0.63 0.47 0.01 344.53 0.96 0.68
Hex FC 5D 86 0 3F 2F 1 159 60 44
Octal 374 135 206 0 77 57 1 531 140 104
Binary 11111100 1011101 10000110 0 111111 101111 1 101011001 1100000 1000100

Color Harmonies of #FC5D86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D86

Black with #FC5D86

Text Example


Text Example

White with #FC5D86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D86; }

 p { color: rgb(252,93,134); }

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

background-color css

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

 a { background-color: rgb(252,93,134); }

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

border-color css

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

 span { border-color: rgb(252,93,134); }

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