Html Css Color HEX #FB6891 Brink Pink

📋 copy color: '#FB6891'

red 251 ◦ green 104 ◦ blue 145

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

Shades of Brink Pink #FB6891

Tints of Brink Pink #FB6891

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 29%

R = 50.2%
G = 20.8%
B = 29%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.42

 K value IS 0.02

RGB Variations

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

Color information

#FB6891 (or 0xFB6891) is known color: Brink Pink. HEX triplet: FB, 68 and 91. RGB value is (251,104,145). Sum of RGB (Red+Green+Blue) = 251+104+145=500 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50.2% from 500); Green value is 104 (41.02% from 255 or 20.8% from 500); Blue value is 145 (57.03% from 255 or 29% from 500); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6891 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6891 is #04976E. Grayscale: #989898. Windows color (decimal): -300911 or 9529595. OLE color: 9529595.

HSL color Cylindrical-coordinate representation of color #FB6891: hue angle of 343.27º 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 #FB6891 is Cyan = 0, Magento = 0.59, Yellow = 0.42 and Black (K on CMYK) = 0.02.

Color convert

RGB 251 104 145 -
CMYK 0 0.59 0.42 0.02
HSL 343.27º 0.95% 0.7% -
HSV(B) 343.27º 0.59% 0.98% -
XYZ 49.84 32.45 30.43 -
YUV 152.63 123.7 198.17 -
System Red Green Blue C M Y K H S L
Decimal 251 104 145 0 0.59 0.42 0.02 343.27 0.95 0.7
Hex FB 68 91 0 3B 2A 2 157 5F 46
Octal 373 150 221 0 73 52 2 527 137 106
Binary 11111011 1101000 10010001 0 111011 101010 10 101010111 1011111 1000110

Color Harmonies of #FB6891

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6891

Black with #FB6891

Text Example


Text Example

White with #FB6891

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6891; }

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

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

background-color css

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

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

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

border-color css

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

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

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