Html Css Color HEX #FB6E8D Brink Pink

📋 copy color: '#FB6E8D'

red 251 ◦ green 110 ◦ blue 141

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

Shades of Brink Pink #FB6E8D

Tints of Brink Pink #FB6E8D

RGB

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

 GREEN value IS 110 (43.36% from 255) = 21.91%

 BLUE value IS 141 (55.47% from 255) = 28.09%

R = 50%
G = 21.91%
B = 28.09%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB6E8D (or 0xFB6E8D) is known color: Brink Pink. HEX triplet: FB, 6E and 8D. RGB value is (251,110,141). Sum of RGB (Red+Green+Blue) = 251+110+141=502 (66% of max value = 765). Red value is 251 (98.44% from 255 or 50% from 502); Green value is 110 (43.36% from 255 or 21.91% from 502); Blue value is 141 (55.47% from 255 or 28.09% from 502); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6E8D is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6E8D is #049172. Grayscale: #9B9B9B. Windows color (decimal): -299379 or 9268987. OLE color: 9268987.

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

Color convert

RGB 251 110 141 -
CMYK 0 0.56 0.44 0.02
HSL 346.81º 0.95% 0.71% -
HSV(B) 346.81º 0.56% 0.98% -
XYZ 50.17 33.58 29.04 -
YUV 155.69 119.71 195.98 -
System Red Green Blue C M Y K H S L
Decimal 251 110 141 0 0.56 0.44 0.02 346.81 0.95 0.71
Hex FB 6E 8D 0 38 2C 2 15B 5F 47
Octal 373 156 215 0 70 54 2 533 137 107
Binary 11111011 1101110 10001101 0 111000 101100 10 101011011 1011111 1000111

Color Harmonies of #FB6E8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6E8D

Black with #FB6E8D

Text Example


Text Example

White with #FB6E8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6E8D; }

 p { color: rgb(251,110,141); }

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

background-color css

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

 a { background-color: rgb(251,110,141); }

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

border-color css

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

 span { border-color: rgb(251,110,141); }

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