Html Css Color HEX #FB5C8D Brink Pink

📋 copy color: '#FB5C8D'

red 251 ◦ green 92 ◦ blue 141

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

Shades of Brink Pink #FB5C8D

Tints of Brink Pink #FB5C8D

RGB

 RED value IS 251 (98.44% from 255) = 51.86%

 GREEN value IS 92 (36.33% from 255) = 19.01%

 BLUE value IS 141 (55.47% from 255) = 29.13%

R = 51.86%
G = 19.01%
B = 29.13%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB5C8D (or 0xFB5C8D) is known color: Brink Pink. HEX triplet: FB, 5C and 8D. RGB value is (251,92,141). Sum of RGB (Red+Green+Blue) = 251+92+141=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 92 (36.33% from 255 or 19.01% from 484); Blue value is 141 (55.47% from 255 or 29.13% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5C8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5C8D is #04A372. Grayscale: #919191. Windows color (decimal): -303987 or 9264379. OLE color: 9264379.

HSL color Cylindrical-coordinate representation of color #FB5C8D: hue angle of 341.51º degrees, saturation: 0.95, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #FB5C8D is Cyan = 0, Magento = 0.63, Yellow = 0.44 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 92 141 -
CMYK 0 0.63 0.44 0.02
HSL 341.51º 0.95% 0.67% -
HSV(B) 341.51º 0.63% 0.98% -
XYZ 48.42 30.09 28.45 -
YUV 145.13 125.68 203.52 -
System Red Green Blue C M Y K H S L
Decimal 251 92 141 0 0.63 0.44 0.02 341.51 0.95 0.67
Hex FB 5C 8D 0 3F 2C 2 156 5F 43
Octal 373 134 215 0 77 54 2 526 137 103
Binary 11111011 1011100 10001101 0 111111 101100 10 101010110 1011111 1000011

Color Harmonies of #FB5C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5C8D

Black with #FB5C8D

Text Example


Text Example

White with #FB5C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5C8D; }

 p { color: rgb(251,92,141); }

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

background-color css

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

 a { background-color: rgb(251,92,141); }

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

border-color css

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

 span { border-color: rgb(251,92,141); }

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