Html Css Color HEX #FB6C8B Brink Pink

📋 copy color: '#FB6C8B'

red 251 ◦ green 108 ◦ blue 139

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

Shades of Brink Pink #FB6C8B

Tints of Brink Pink #FB6C8B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 21.69%

 BLUE value IS 139 (54.69% from 255) = 27.91%

R = 50.4%
G = 21.69%
B = 27.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.45

 K value IS 0.02

RGB Variations

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

Color information

#FB6C8B (or 0xFB6C8B) is known color: Brink Pink. HEX triplet: FB, 6C and 8B. RGB value is (251,108,139). Sum of RGB (Red+Green+Blue) = 251+108+139=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 108 (42.58% from 255 or 21.69% from 498); Blue value is 139 (54.69% from 255 or 27.91% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6C8B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6C8B is #049374. Grayscale: #9A9A9A. Windows color (decimal): -299893 or 9137403. OLE color: 9137403.

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

Color convert

RGB 251 108 139 -
CMYK 0 0.57 0.45 0.02
HSL 346.99º 0.95% 0.7% -
HSV(B) 346.99º 0.57% 0.98% -
XYZ 49.81 33.1 28.19 -
YUV 154.29 119.38 196.98 -
System Red Green Blue C M Y K H S L
Decimal 251 108 139 0 0.57 0.45 0.02 346.99 0.95 0.7
Hex FB 6C 8B 0 39 2D 2 15B 5F 46
Octal 373 154 213 0 71 55 2 533 137 106
Binary 11111011 1101100 10001011 0 111001 101101 10 101011011 1011111 1000110

Color Harmonies of #FB6C8B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6C8B

Black with #FB6C8B

Text Example


Text Example

White with #FB6C8B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6C8B; }

 p { color: rgb(251,108,139); }

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

background-color css

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

 a { background-color: rgb(251,108,139); }

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

border-color css

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

 span { border-color: rgb(251,108,139); }

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