Html Css Color HEX #FE6886 Brink Pink

📋 copy color: '#FE6886'

red 254 ◦ green 104 ◦ blue 134

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

Shades of Brink Pink #FE6886

Tints of Brink Pink #FE6886

RGB

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

 GREEN value IS 104 (41.02% from 255) = 21.14%

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

R = 51.63%
G = 21.14%
B = 27.24%

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

#FE6886 (or 0xFE6886) is known color: Brink Pink. HEX triplet: FE, 68 and 86. RGB value is (254,104,134). Sum of RGB (Red+Green+Blue) = 254+104+134=492 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.63% from 492); Green value is 104 (41.02% from 255 or 21.14% from 492); Blue value is 134 (52.73% from 255 or 27.24% from 492); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6886 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6886 is #019779. Grayscale: #989898. Windows color (decimal): -104314 or 8808702. OLE color: 8808702.

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

Color convert

RGB 254 104 134 -
CMYK 0 0.59 0.47 0.00
HSL 348º 0.99% 0.7% -
HSV(B) 348º 0.59% 1% -
XYZ 50.13 32.69 26.22 -
YUV 152.27 117.7 200.56 -
System Red Green Blue C M Y K H S L
Decimal 254 104 134 0 0.59 0.47 0.00 348 0.99 0.7
Hex FE 68 86 0 3B 2F 0 15C 63 46
Octal 376 150 206 0 73 57 0 534 143 106
Binary 11111110 1101000 10000110 0 111011 101111 0 101011100 1100011 1000110

Color Harmonies of #FE6886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6886

Black with #FE6886

Text Example


Text Example

White with #FE6886

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6886; }

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

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

background-color css

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

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

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

border-color css

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

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

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