Html Css Color HEX #FA7686 Brink Pink

📋 copy color: '#FA7686'

red 250 ◦ green 118 ◦ blue 134

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

Shades of Brink Pink #FA7686

Tints of Brink Pink #FA7686

RGB

 RED value IS 250 (98.05% from 255) = 49.8%

 GREEN value IS 118 (46.48% from 255) = 23.51%

 BLUE value IS 134 (52.73% from 255) = 26.69%

R = 49.8%
G = 23.51%
B = 26.69%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.46

 K value IS 0.02

RGB Variations

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

Color information

#FA7686 (or 0xFA7686) is known color: Brink Pink. HEX triplet: FA, 76 and 86. RGB value is (250,118,134). Sum of RGB (Red+Green+Blue) = 250+118+134=502 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.80% from 502); Green value is 118 (46.48% from 255 or 23.51% from 502); Blue value is 134 (52.73% from 255 or 26.69% from 502); Max value from RGB is 250 - color contains mainly: red. Hex color #FA7686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FA7686 is #058979. Grayscale: #9F9F9F. Windows color (decimal): -362874 or 8812282. OLE color: 8812282.

HSL color Cylindrical-coordinate representation of color #FA7686: hue angle of 352.73º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #FA7686 is Cyan = 0, Magento = 0.53, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 118 134 -
CMYK 0 0.53 0.46 0.02
HSL 352.73º 0.93% 0.72% -
HSV(B) 352.73º 0.53% 0.98% -
XYZ 50.21 35 26.66 -
YUV 159.29 113.73 192.7 -
System Red Green Blue C M Y K H S L
Decimal 250 118 134 0 0.53 0.46 0.02 352.73 0.93 0.72
Hex FA 76 86 0 35 2E 2 161 5D 48
Octal 372 166 206 0 65 56 2 541 135 110
Binary 11111010 1110110 10000110 0 110101 101110 10 101100001 1011101 1001000

Color Harmonies of #FA7686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA7686

Black with #FA7686

Text Example


Text Example

White with #FA7686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA7686; }

 p { color: rgb(250,118,134); }

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

background-color css

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

 a { background-color: rgb(250,118,134); }

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

border-color css

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

 span { border-color: rgb(250,118,134); }

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