Html Css Color HEX #FB6B8B Brink Pink

📋 copy color: '#FB6B8B'

red 251 ◦ green 107 ◦ blue 139

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

Shades of Brink Pink #FB6B8B

Tints of Brink Pink #FB6B8B

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.53%

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

R = 50.5%
G = 21.53%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB6B8B (or 0xFB6B8B) is known color: Brink Pink. HEX triplet: FB, 6B and 8B. RGB value is (251,107,139). Sum of RGB (Red+Green+Blue) = 251+107+139=497 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.50% from 497); Green value is 107 (42.19% from 255 or 21.53% from 497); Blue value is 139 (54.69% from 255 or 27.97% from 497); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6B8B is #049474. Grayscale: #999999. Windows color (decimal): -300149 or 9137147. OLE color: 9137147.

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

Color convert

RGB 251 107 139 -
CMYK 0 0.57 0.45 0.02
HSL 346.67º 0.95% 0.7% -
HSV(B) 346.67º 0.57% 0.98% -
XYZ 49.7 32.89 28.15 -
YUV 153.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 251 107 139 0 0.57 0.45 0.02 346.67 0.95 0.7
Hex FB 6B 8B 0 39 2D 2 15B 5F 46
Octal 373 153 213 0 71 55 2 533 137 106
Binary 11111011 1101011 10001011 0 111001 101101 10 101011011 1011111 1000110

Color Harmonies of #FB6B8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B8B

Black with #FB6B8B

Text Example


Text Example

White with #FB6B8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B8B; }

 p { color: rgb(251,107,139); }

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

background-color css

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

 a { background-color: rgb(251,107,139); }

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

border-color css

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

 span { border-color: rgb(251,107,139); }

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