Html Css Color HEX #FB6B8C Brink Pink

📋 copy color: '#FB6B8C'

red 251 ◦ green 107 ◦ blue 140

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

Shades of Brink Pink #FB6B8C

Tints of Brink Pink #FB6B8C

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

 BLUE value IS 140 (55.08% from 255) = 28.11%

R = 50.4%
G = 21.49%
B = 28.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.02

RGB Variations

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

Color information

#FB6B8C (or 0xFB6B8C) is known color: Brink Pink. HEX triplet: FB, 6B and 8C. RGB value is (251,107,140). Sum of RGB (Red+Green+Blue) = 251+107+140=498 (65% of max value = 765). Red value is 251 (98.44% from 255 or 50.40% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 140 (55.08% from 255 or 28.11% from 498); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B8C is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FB6B8C is #049473. Grayscale: #999999. Windows color (decimal): -300148 or 9202683. OLE color: 9202683.

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

Color convert

RGB 251 107 140 -
CMYK 0 0.57 0.44 0.02
HSL 346.25º 0.95% 0.7% -
HSV(B) 346.25º 0.57% 0.98% -
XYZ 49.77 32.92 28.54 -
YUV 153.82 120.21 197.32 -
System Red Green Blue C M Y K H S L
Decimal 251 107 140 0 0.57 0.44 0.02 346.25 0.95 0.7
Hex FB 6B 8C 0 39 2C 2 15A 5F 46
Octal 373 153 214 0 71 54 2 532 137 106
Binary 11111011 1101011 10001100 0 111001 101100 10 101011010 1011111 1000110

Color Harmonies of #FB6B8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB6B8C

Black with #FB6B8C

Text Example


Text Example

White with #FB6B8C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB6B8C; }

 p { color: rgb(251,107,140); }

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

background-color css

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

 a { background-color: rgb(251,107,140); }

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

border-color css

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

 span { border-color: rgb(251,107,140); }

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