Html Css Color HEX #FB6988 Brink Pink

📋 copy color: '#FB6988'

red 251 ◦ green 105 ◦ blue 136

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

Shades of Brink Pink #FB6988

Tints of Brink Pink #FB6988

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.34%

 BLUE value IS 136 (53.52% from 255) = 27.64%

R = 51.02%
G = 21.34%
B = 27.64%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FB6988 (or 0xFB6988) is known color: Brink Pink. HEX triplet: FB, 69 and 88. RGB value is (251,105,136). Sum of RGB (Red+Green+Blue) = 251+105+136=492 (65% of max value = 765). Red value is 251 (98.44% from 255 or 51.02% from 492); Green value is 105 (41.41% from 255 or 21.34% from 492); Blue value is 136 (53.52% from 255 or 27.64% from 492); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6988 is #049677. Grayscale: #989898. Windows color (decimal): -300664 or 8940027. OLE color: 8940027.

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

Color convert

RGB 251 105 136 -
CMYK 0 0.58 0.46 0.02
HSL 347.26º 0.95% 0.7% -
HSV(B) 347.26º 0.58% 0.98% -
XYZ 49.28 32.39 26.95 -
YUV 152.19 118.87 198.48 -
System Red Green Blue C M Y K H S L
Decimal 251 105 136 0 0.58 0.46 0.02 347.26 0.95 0.7
Hex FB 69 88 0 3A 2E 2 15B 5F 46
Octal 373 151 210 0 72 56 2 533 137 106
Binary 11111011 1101001 10001000 0 111010 101110 10 101011011 1011111 1000110

Color Harmonies of #FB6988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6988

Black with #FB6988

Text Example


Text Example

White with #FB6988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6988; }

 p { color: rgb(251,105,136); }

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

background-color css

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

 a { background-color: rgb(251,105,136); }

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

border-color css

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

 span { border-color: rgb(251,105,136); }

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