Html Css Color HEX #FC5E86 Brink Pink

📋 copy color: '#FC5E86'

red 252 ◦ green 94 ◦ blue 134

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

Shades of Brink Pink #FC5E86

Tints of Brink Pink #FC5E86

RGB

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

 GREEN value IS 94 (37.11% from 255) = 19.58%

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

R = 52.5%
G = 19.58%
B = 27.92%

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

#FC5E86 (or 0xFC5E86) is known color: Brink Pink. HEX triplet: FC, 5E and 86. RGB value is (252,94,134). Sum of RGB (Red+Green+Blue) = 252+94+134=480 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.5% from 480); Green value is 94 (37.11% from 255 or 19.58% from 480); Blue value is 134 (52.73% from 255 or 27.92% from 480); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5E86 is #03A179. Grayscale: #919191. Windows color (decimal): -237946 or 8806140. OLE color: 8806140.

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

Color convert

RGB 252 94 134 -
CMYK 0 0.63 0.47 0.01
HSL 344.81º 0.96% 0.68% -
HSV(B) 344.81º 0.63% 0.99% -
XYZ 48.45 30.42 25.87 -
YUV 145.8 121.35 203.75 -
System Red Green Blue C M Y K H S L
Decimal 252 94 134 0 0.63 0.47 0.01 344.81 0.96 0.68
Hex FC 5E 86 0 3F 2F 1 159 60 44
Octal 374 136 206 0 77 57 1 531 140 104
Binary 11111100 1011110 10000110 0 111111 101111 1 101011001 1100000 1000100

Color Harmonies of #FC5E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5E86

Black with #FC5E86

Text Example


Text Example

White with #FC5E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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