Html Css Color HEX #FE6989 Brink Pink

📋 copy color: '#FE6989'

red 254 ◦ green 105 ◦ blue 137

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

Shades of Brink Pink #FE6989

Tints of Brink Pink #FE6989

RGB

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

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

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

R = 51.21%
G = 21.17%
B = 27.62%

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

#FE6989 (or 0xFE6989) is known color: Brink Pink. HEX triplet: FE, 69 and 89. RGB value is (254,105,137). Sum of RGB (Red+Green+Blue) = 254+105+137=496 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.21% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 137 (53.91% from 255 or 27.62% from 496); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6989 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6989 is #019676. Grayscale: #999999. Windows color (decimal): -104055 or 9005566. OLE color: 9005566.

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

Color convert

RGB 254 105 137 -
CMYK 0 0.59 0.46 0.00
HSL 347.11º 0.99% 0.7% -
HSV(B) 347.11º 0.59% 1% -
XYZ 50.44 32.98 27.37 -
YUV 153.2 118.86 199.9 -
System Red Green Blue C M Y K H S L
Decimal 254 105 137 0 0.59 0.46 0.00 347.11 0.99 0.7
Hex FE 69 89 0 3B 2E 0 15B 63 46
Octal 376 151 211 0 73 56 0 533 143 106
Binary 11111110 1101001 10001001 0 111011 101110 0 101011011 1100011 1000110

Color Harmonies of #FE6989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6989

Black with #FE6989

Text Example


Text Example

White with #FE6989

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6989; }

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

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

background-color css

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

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

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

border-color css

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

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

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