Html Css Color HEX #FE7B86 Brink Pink

📋 copy color: '#FE7B86'

red 254 ◦ green 123 ◦ blue 134

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

Shades of Brink Pink #FE7B86

Tints of Brink Pink #FE7B86

RGB

 RED value IS 254 (99.61% from 255) = 49.71%

 GREEN value IS 123 (48.44% from 255) = 24.07%

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

R = 49.71%
G = 24.07%
B = 26.22%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE7B86 (or 0xFE7B86) is known color: Brink Pink. HEX triplet: FE, 7B and 86. RGB value is (254,123,134). Sum of RGB (Red+Green+Blue) = 254+123+134=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 123 (48.44% from 255 or 24.07% from 511); Blue value is 134 (52.73% from 255 or 26.22% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7B86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7B86 is #018479. Grayscale: #A3A3A3. Windows color (decimal): -99450 or 8813566. OLE color: 8813566.

HSL color Cylindrical-coordinate representation of color #FE7B86: hue angle of 354.96º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FE7B86 is Cyan = 0, Magento = 0.52, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 123 134 -
CMYK 0 0.52 0.47 0.00
HSL 354.96º 0.98% 0.74% -
HSV(B) 354.96º 0.52% 1% -
XYZ 52.26 36.96 26.93 -
YUV 163.42 111.4 192.61 -
System Red Green Blue C M Y K H S L
Decimal 254 123 134 0 0.52 0.47 0.00 354.96 0.98 0.74
Hex FE 7B 86 0 34 2F 0 163 62 4A
Octal 376 173 206 0 64 57 0 543 142 112
Binary 11111110 1111011 10000110 0 110100 101111 0 101100011 1100010 1001010

Color Harmonies of #FE7B86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7B86

Black with #FE7B86

Text Example


Text Example

White with #FE7B86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7B86; }

 p { color: rgb(254,123,134); }

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

background-color css

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

 a { background-color: rgb(254,123,134); }

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

border-color css

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

 span { border-color: rgb(254,123,134); }

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