Html Css Color HEX #FB6E8B Brink Pink

📋 copy color: '#FB6E8B'

red 251 ◦ green 110 ◦ blue 139

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

Shades of Brink Pink #FB6E8B

Tints of Brink Pink #FB6E8B

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22%

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

R = 50.2%
G = 22%
B = 27.8%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB6E8B (or 0xFB6E8B) is known color: Brink Pink. HEX triplet: FB, 6E and 8B. RGB value is (251,110,139). Sum of RGB (Red+Green+Blue) = 251+110+139=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 110 (43.36% from 255 or 22% from 500); Blue value is 139 (54.69% from 255 or 27.8% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6E8B is #049174. Grayscale: #9B9B9B. Windows color (decimal): -299381 or 9137915. OLE color: 9137915.

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

Color convert

RGB 251 110 139 -
CMYK 0 0.56 0.45 0.02
HSL 347.66º 0.95% 0.71% -
HSV(B) 347.66º 0.56% 0.98% -
XYZ 50.02 33.53 28.26 -
YUV 155.47 118.71 196.14 -
System Red Green Blue C M Y K H S L
Decimal 251 110 139 0 0.56 0.45 0.02 347.66 0.95 0.71
Hex FB 6E 8B 0 38 2D 2 15C 5F 47
Octal 373 156 213 0 70 55 2 534 137 107
Binary 11111011 1101110 10001011 0 111000 101101 10 101011100 1011111 1000111

Color Harmonies of #FB6E8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E8B

Black with #FB6E8B

Text Example


Text Example

White with #FB6E8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E8B; }

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

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

background-color css

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

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

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

border-color css

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

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

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