Html Css Color HEX #FE6986 Brink Pink

📋 copy color: '#FE6986'

red 254 ◦ green 105 ◦ blue 134

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

Shades of Brink Pink #FE6986

Tints of Brink Pink #FE6986

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.3%

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

R = 51.52%
G = 21.3%
B = 27.18%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE6986 (or 0xFE6986) is known color: Brink Pink. HEX triplet: FE, 69 and 86. RGB value is (254,105,134). Sum of RGB (Red+Green+Blue) = 254+105+134=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 105 (41.41% from 255 or 21.30% from 493); Blue value is 134 (52.73% from 255 or 27.18% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6986 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6986 is #019679. Grayscale: #989898. Windows color (decimal): -104058 or 8808958. OLE color: 8808958.

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

Color convert

RGB 254 105 134 -
CMYK 0 0.59 0.47 0.00
HSL 348.32º 0.99% 0.7% -
HSV(B) 348.32º 0.59% 1% -
XYZ 50.23 32.9 26.26 -
YUV 152.86 117.36 200.14 -
System Red Green Blue C M Y K H S L
Decimal 254 105 134 0 0.59 0.47 0.00 348.32 0.99 0.7
Hex FE 69 86 0 3B 2F 0 15C 63 46
Octal 376 151 206 0 73 57 0 534 143 106
Binary 11111110 1101001 10000110 0 111011 101111 0 101011100 1100011 1000110

Color Harmonies of #FE6986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6986

Black with #FE6986

Text Example


Text Example

White with #FE6986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6986; }

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

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

background-color css

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

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

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

border-color css

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

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

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