Html Css Color HEX #FB677F Brink Pink

📋 copy color: '#FB677F'

red 251 ◦ green 103 ◦ blue 127

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

Shades of Brink Pink #FB677F

Tints of Brink Pink #FB677F

RGB

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

 GREEN value IS 103 (40.63% from 255) = 21.41%

 BLUE value IS 127 (50% from 255) = 26.4%

R = 52.18%
G = 21.41%
B = 26.4%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FB677F (or 0xFB677F) is known color: Brink Pink. HEX triplet: FB, 67 and 7F. RGB value is (251,103,127). Sum of RGB (Red+Green+Blue) = 251+103+127=481 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.18% from 481); Green value is 103 (40.62% from 255 or 21.41% from 481); Blue value is 127 (50% from 255 or 26.40% from 481); Max value from RGB is 251 - color contains mainly: red. Hex color #FB677F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FB677F is #049880. Grayscale: #969696. Windows color (decimal): -301185 or 8349691. OLE color: 8349691.

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

Color convert

RGB 251 103 127 -
CMYK 0 0.59 0.49 0.02
HSL 350.27º 0.95% 0.69% -
HSV(B) 350.27º 0.59% 0.98% -
XYZ 48.46 31.74 23.65 -
YUV 149.99 115.03 200.05 -
System Red Green Blue C M Y K H S L
Decimal 251 103 127 0 0.59 0.49 0.02 350.27 0.95 0.69
Hex FB 67 7F 0 3B 31 2 15E 5F 45
Octal 373 147 177 0 73 61 2 536 137 105
Binary 11111011 1100111 1111111 0 111011 110001 10 101011110 1011111 1000101

Color Harmonies of #FB677F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FB677F

Black with #FB677F

Text Example


Text Example

White with #FB677F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FB677F; }

 p { color: rgb(251,103,127); }

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

background-color css

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

 a { background-color: rgb(251,103,127); }

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

border-color css

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

 span { border-color: rgb(251,103,127); }

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