Html Css Color HEX #FE6786 Brink Pink

📋 copy color: '#FE6786'

red 254 ◦ green 103 ◦ blue 134

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

Shades of Brink Pink #FE6786

Tints of Brink Pink #FE6786

RGB

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

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

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

R = 51.73%
G = 20.98%
B = 27.29%

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

#FE6786 (or 0xFE6786) is known color: Brink Pink. HEX triplet: FE, 67 and 86. RGB value is (254,103,134). Sum of RGB (Red+Green+Blue) = 254+103+134=491 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.73% from 491); Green value is 103 (40.62% from 255 or 20.98% from 491); Blue value is 134 (52.73% from 255 or 27.29% from 491); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6786 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6786 is #019879. Grayscale: #979797. Windows color (decimal): -104570 or 8808446. OLE color: 8808446.

HSL color Cylindrical-coordinate representation of color #FE6786: hue angle of 347.68º 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 #FE6786 is Cyan = 0, Magento = 0.59, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 103 134 -
CMYK 0 0.59 0.47 0.00
HSL 347.68º 0.99% 0.7% -
HSV(B) 347.68º 0.59% 1% -
XYZ 50.03 32.49 26.19 -
YUV 151.68 118.03 200.98 -
System Red Green Blue C M Y K H S L
Decimal 254 103 134 0 0.59 0.47 0.00 347.68 0.99 0.7
Hex FE 67 86 0 3B 2F 0 15C 63 46
Octal 376 147 206 0 73 57 0 534 143 106
Binary 11111110 1100111 10000110 0 111011 101111 0 101011100 1100011 1000110

Color Harmonies of #FE6786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6786

Black with #FE6786

Text Example


Text Example

White with #FE6786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6786; }

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

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

background-color css

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

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

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

border-color css

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

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

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