Html Css Color HEX #FB6686 Brink Pink

📋 copy color: '#FB6686'

red 251 ◦ green 102 ◦ blue 134

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

Shades of Brink Pink #FB6686

Tints of Brink Pink #FB6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.94%

 BLUE value IS 134 (52.73% from 255) = 27.52%

R = 51.54%
G = 20.94%
B = 27.52%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB6686 (or 0xFB6686) is known color: Brink Pink. HEX triplet: FB, 66 and 86. RGB value is (251,102,134). Sum of RGB (Red+Green+Blue) = 251+102+134=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 102 (40.23% from 255 or 20.94% from 487); Blue value is 134 (52.73% from 255 or 27.52% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6686 is #049979. Grayscale: #969696. Windows color (decimal): -301434 or 8808187. OLE color: 8808187.

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

Color convert

RGB 251 102 134 -
CMYK 0 0.59 0.47 0.02
HSL 347.11º 0.95% 0.69% -
HSV(B) 347.11º 0.59% 0.98% -
XYZ 48.84 31.73 26.11 -
YUV 150.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 251 102 134 0 0.59 0.47 0.02 347.11 0.95 0.69
Hex FB 66 86 0 3B 2F 2 15B 5F 45
Octal 373 146 206 0 73 57 2 533 137 105
Binary 11111011 1100110 10000110 0 111011 101111 10 101011011 1011111 1000101

Color Harmonies of #FB6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6686

Black with #FB6686

Text Example


Text Example

White with #FB6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6686; }

 p { color: rgb(251,102,134); }

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

background-color css

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

 a { background-color: rgb(251,102,134); }

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

border-color css

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

 span { border-color: rgb(251,102,134); }

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