Html Css Color HEX #FB5B8C Brink Pink

📋 copy color: '#FB5B8C'

red 251 ◦ green 91 ◦ blue 140

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

Shades of Brink Pink #FB5B8C

Tints of Brink Pink #FB5B8C

RGB

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

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

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

R = 52.07%
G = 18.88%
B = 29.05%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB5B8C (or 0xFB5B8C) is known color: Brink Pink. HEX triplet: FB, 5B and 8C. RGB value is (251,91,140). Sum of RGB (Red+Green+Blue) = 251+91+140=482 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.07% from 482); Green value is 91 (35.94% from 255 or 18.88% from 482); Blue value is 140 (55.08% from 255 or 29.05% from 482); Max value from RGB is 251 - color contains mainly: red. Hex color #FB5B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB5B8C is #04A473. Grayscale: #909090. Windows color (decimal): -304244 or 9198587. OLE color: 9198587.

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

Color convert

RGB 251 91 140 -
CMYK 0 0.64 0.44 0.02
HSL 341.63º 0.95% 0.67% -
HSV(B) 341.63º 0.64% 0.98% -
XYZ 48.26 29.88 28.04 -
YUV 144.43 125.51 204.02 -
System Red Green Blue C M Y K H S L
Decimal 251 91 140 0 0.64 0.44 0.02 341.63 0.95 0.67
Hex FB 5B 8C 0 40 2C 2 156 5F 43
Octal 373 133 214 0 100 54 2 526 137 103
Binary 11111011 1011011 10001100 0 1000000 101100 10 101010110 1011111 1000011

Color Harmonies of #FB5B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB5B8C

Black with #FB5B8C

Text Example


Text Example

White with #FB5B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB5B8C; }

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

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

background-color css

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

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

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

border-color css

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

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

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