Html Css Color HEX #FE6B89 Brink Pink

📋 copy color: '#FE6B89'

red 254 ◦ green 107 ◦ blue 137

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

Shades of Brink Pink #FE6B89

Tints of Brink Pink #FE6B89

RGB

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

 GREEN value IS 107 (42.19% from 255) = 21.49%

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

R = 51%
G = 21.49%
B = 27.51%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE6B89 (or 0xFE6B89) is known color: Brink Pink. HEX triplet: FE, 6B and 89. RGB value is (254,107,137). Sum of RGB (Red+Green+Blue) = 254+107+137=498 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.00% from 498); Green value is 107 (42.19% from 255 or 21.49% from 498); Blue value is 137 (53.91% from 255 or 27.51% from 498); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6B89 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6B89 is #019476. Grayscale: #9A9A9A. Windows color (decimal): -103543 or 9006078. OLE color: 9006078.

HSL color Cylindrical-coordinate representation of color #FE6B89: hue angle of 347.76º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #FE6B89 is Cyan = 0, Magento = 0.58, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 107 137 -
CMYK 0 0.58 0.46 0.00
HSL 347.76º 0.99% 0.71% -
HSV(B) 347.76º 0.58% 1% -
XYZ 50.65 33.39 27.44 -
YUV 154.37 118.2 199.06 -
System Red Green Blue C M Y K H S L
Decimal 254 107 137 0 0.58 0.46 0.00 347.76 0.99 0.71
Hex FE 6B 89 0 3A 2E 0 15C 63 47
Octal 376 153 211 0 72 56 0 534 143 107
Binary 11111110 1101011 10001001 0 111010 101110 0 101011100 1100011 1000111

Color Harmonies of #FE6B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6B89

Black with #FE6B89

Text Example


Text Example

White with #FE6B89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6B89; }

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

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

background-color css

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

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

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

border-color css

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

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

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