Html Css Color HEX #FB6884 Brink Pink

📋 copy color: '#FB6884'

red 251 ◦ green 104 ◦ blue 132

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

Shades of Brink Pink #FB6884

Tints of Brink Pink #FB6884

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.36%

 BLUE value IS 132 (51.95% from 255) = 27.1%

R = 51.54%
G = 21.36%
B = 27.1%

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

#FB6884 (or 0xFB6884) is known color: Brink Pink. HEX triplet: FB, 68 and 84. RGB value is (251,104,132). Sum of RGB (Red+Green+Blue) = 251+104+132=487 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.54% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 132 (51.95% from 255 or 27.10% from 487); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6884 is #04977B. Grayscale: #979797. Windows color (decimal): -300924 or 8677627. OLE color: 8677627.

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

Color convert

RGB 251 104 132 -
CMYK 0 0.59 0.47 0.02
HSL 348.57º 0.95% 0.7% -
HSV(B) 348.57º 0.59% 0.98% -
XYZ 48.9 32.08 25.44 -
YUV 151.15 117.2 199.22 -
System Red Green Blue C M Y K H S L
Decimal 251 104 132 0 0.59 0.47 0.02 348.57 0.95 0.7
Hex FB 68 84 0 3B 2F 2 15D 5F 46
Octal 373 150 204 0 73 57 2 535 137 106
Binary 11111011 1101000 10000100 0 111011 101111 10 101011101 1011111 1000110

Color Harmonies of #FB6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6884

Black with #FB6884

Text Example


Text Example

White with #FB6884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6884; }

 p { color: rgb(251,104,132); }

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

background-color css

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

 a { background-color: rgb(251,104,132); }

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

border-color css

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

 span { border-color: rgb(251,104,132); }

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