Html Css Color HEX #FB6386 Brink Pink

📋 copy color: '#FB6386'

red 251 ◦ green 99 ◦ blue 134

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

Shades of Brink Pink #FB6386

Tints of Brink Pink #FB6386

RGB

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

 GREEN value IS 99 (39.06% from 255) = 20.45%

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

R = 51.86%
G = 20.45%
B = 27.69%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FB6386 (or 0xFB6386) is known color: Brink Pink. HEX triplet: FB, 63 and 86. RGB value is (251,99,134). Sum of RGB (Red+Green+Blue) = 251+99+134=484 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.86% from 484); Green value is 99 (39.06% from 255 or 20.45% from 484); Blue value is 134 (52.73% from 255 or 27.69% from 484); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6386 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6386 is #049C79. Grayscale: #949494. Windows color (decimal): -302202 or 8807419. OLE color: 8807419.

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

Color convert

RGB 251 99 134 -
CMYK 0 0.61 0.47 0.02
HSL 346.18º 0.95% 0.69% -
HSV(B) 346.18º 0.61% 0.98% -
XYZ 48.55 31.15 26.01 -
YUV 148.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 251 99 134 0 0.61 0.47 0.02 346.18 0.95 0.69
Hex FB 63 86 0 3D 2F 2 15A 5F 45
Octal 373 143 206 0 75 57 2 532 137 105
Binary 11111011 1100011 10000110 0 111101 101111 10 101011010 1011111 1000101

Color Harmonies of #FB6386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6386

Black with #FB6386

Text Example


Text Example

White with #FB6386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6386; }

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

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

background-color css

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

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

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

border-color css

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

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

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