Html Css Color HEX #FE6686 Brink Pink

📋 copy color: '#FE6686'

red 254 ◦ green 102 ◦ blue 134

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

Shades of Brink Pink #FE6686

Tints of Brink Pink #FE6686

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.82%

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

R = 51.84%
G = 20.82%
B = 27.35%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE6686 (or 0xFE6686) is known color: Brink Pink. HEX triplet: FE, 66 and 86. RGB value is (254,102,134). Sum of RGB (Red+Green+Blue) = 254+102+134=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 102 (40.23% from 255 or 20.82% from 490); Blue value is 134 (52.73% from 255 or 27.35% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6686 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6686 is #019979. Grayscale: #979797. Windows color (decimal): -104826 or 8808190. OLE color: 8808190.

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

Color convert

RGB 254 102 134 -
CMYK 0 0.60 0.47 0.00
HSL 347.37º 0.99% 0.7% -
HSV(B) 347.37º 0.6% 1% -
XYZ 49.93 32.29 26.16 -
YUV 151.1 118.36 201.4 -
System Red Green Blue C M Y K H S L
Decimal 254 102 134 0 0.60 0.47 0.00 347.37 0.99 0.7
Hex FE 66 86 0 3C 2F 0 15B 63 46
Octal 376 146 206 0 74 57 0 533 143 106
Binary 11111110 1100110 10000110 0 111100 101111 0 101011011 1100011 1000110

Color Harmonies of #FE6686

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6686

Black with #FE6686

Text Example


Text Example

White with #FE6686

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6686; }

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

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

background-color css

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

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

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

border-color css

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

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

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