Html Css Color HEX #FC5D8B Brink Pink

📋 copy color: '#FC5D8B'

red 252 ◦ green 93 ◦ blue 139

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

Shades of Brink Pink #FC5D8B

Tints of Brink Pink #FC5D8B

RGB

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

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

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

R = 52.07%
G = 19.21%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.45

 K value IS 0.01

RGB Variations

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

Color information

#FC5D8B (or 0xFC5D8B) is known color: Brink Pink. HEX triplet: FC, 5D and 8B. RGB value is (252,93,139). Sum of RGB (Red+Green+Blue) = 252+93+139=484 (64% of max value = 765). Red value is 252 (98.83% from 255 or 52.07% from 484); Green value is 93 (36.72% from 255 or 19.21% from 484); Blue value is 139 (54.69% from 255 or 28.72% from 484); Max value from RGB is 252 - color contains mainly: red. Hex color #FC5D8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FC5D8B is #03A274. Grayscale: #919191. Windows color (decimal): -238197 or 9133564. OLE color: 9133564.

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

Color convert

RGB 252 93 139 -
CMYK 0 0.63 0.45 0.01
HSL 342.64º 0.96% 0.68% -
HSV(B) 342.64º 0.63% 0.99% -
XYZ 48.72 30.39 27.72 -
YUV 145.79 124.18 203.76 -
System Red Green Blue C M Y K H S L
Decimal 252 93 139 0 0.63 0.45 0.01 342.64 0.96 0.68
Hex FC 5D 8B 0 3F 2D 1 157 60 44
Octal 374 135 213 0 77 55 1 527 140 104
Binary 11111100 1011101 10001011 0 111111 101101 1 101010111 1100000 1000100

Color Harmonies of #FC5D8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC5D8B

Black with #FC5D8B

Text Example


Text Example

White with #FC5D8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC5D8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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