Html Css Color HEX #FE6889 Brink Pink

📋 copy color: '#FE6889'

red 254 ◦ green 104 ◦ blue 137

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

Shades of Brink Pink #FE6889

Tints of Brink Pink #FE6889

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 27.68%

R = 51.31%
G = 21.01%
B = 27.68%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE6889 (or 0xFE6889) is known color: Brink Pink. HEX triplet: FE, 68 and 89. RGB value is (254,104,137). Sum of RGB (Red+Green+Blue) = 254+104+137=495 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.31% from 495); Green value is 104 (41.02% from 255 or 21.01% from 495); Blue value is 137 (53.91% from 255 or 27.68% from 495); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6889 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6889 is #019776. Grayscale: #989898. Windows color (decimal): -104311 or 9005310. OLE color: 9005310.

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

Color convert

RGB 254 104 137 -
CMYK 0 0.59 0.46 0.00
HSL 346.8º 0.99% 0.7% -
HSV(B) 346.8º 0.59% 1% -
XYZ 50.34 32.78 27.34 -
YUV 152.61 119.2 200.32 -
System Red Green Blue C M Y K H S L
Decimal 254 104 137 0 0.59 0.46 0.00 346.8 0.99 0.7
Hex FE 68 89 0 3B 2E 0 15B 63 46
Octal 376 150 211 0 73 56 0 533 143 106
Binary 11111110 1101000 10001001 0 111011 101110 0 101011011 1100011 1000110

Color Harmonies of #FE6889

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6889

Black with #FE6889

Text Example


Text Example

White with #FE6889

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6889; }

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

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

background-color css

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

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

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

border-color css

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

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

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