Html Css Color HEX #FB6883 Brink Pink

📋 copy color: '#FB6883'

red 251 ◦ green 104 ◦ blue 131

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

Shades of Brink Pink #FB6883

Tints of Brink Pink #FB6883

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 26.95%

R = 51.65%
G = 21.4%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FB6883 (or 0xFB6883) is known color: Brink Pink. HEX triplet: FB, 68 and 83. RGB value is (251,104,131). Sum of RGB (Red+Green+Blue) = 251+104+131=486 (64% of max value = 765). Red value is 251 (98.44% from 255 or 51.65% from 486); Green value is 104 (41.02% from 255 or 21.40% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6883 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6883 is #04977C. Grayscale: #979797. Windows color (decimal): -300925 or 8612091. OLE color: 8612091.

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

Color convert

RGB 251 104 131 -
CMYK 0 0.59 0.48 0.02
HSL 348.98º 0.95% 0.7% -
HSV(B) 348.98º 0.59% 0.98% -
XYZ 48.83 32.05 25.09 -
YUV 151.03 116.7 199.3 -
System Red Green Blue C M Y K H S L
Decimal 251 104 131 0 0.59 0.48 0.02 348.98 0.95 0.7
Hex FB 68 83 0 3B 30 2 15D 5F 46
Octal 373 150 203 0 73 60 2 535 137 106
Binary 11111011 1101000 10000011 0 111011 110000 10 101011101 1011111 1000110

Color Harmonies of #FB6883

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6883

Black with #FB6883

Text Example


Text Example

White with #FB6883

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6883; }

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

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

background-color css

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

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

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

border-color css

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

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

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