Html Css Color HEX #FE6689 Brink Pink

📋 copy color: '#FE6689'

red 254 ◦ green 102 ◦ blue 137

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

Shades of Brink Pink #FE6689

Tints of Brink Pink #FE6689

RGB

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

 GREEN value IS 102 (40.23% from 255) = 20.69%

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

R = 51.52%
G = 20.69%
B = 27.79%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE6689 (or 0xFE6689) is known color: Brink Pink. HEX triplet: FE, 66 and 89. RGB value is (254,102,137). Sum of RGB (Red+Green+Blue) = 254+102+137=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 137 (53.91% from 255 or 27.79% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6689 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6689 is #019976. Grayscale: #979797. Windows color (decimal): -104823 or 9004798. OLE color: 9004798.

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

Color convert

RGB 254 102 137 -
CMYK 0 0.60 0.46 0.00
HSL 346.18º 0.99% 0.7% -
HSV(B) 346.18º 0.6% 1% -
XYZ 50.14 32.38 27.27 -
YUV 151.44 119.86 201.15 -
System Red Green Blue C M Y K H S L
Decimal 254 102 137 0 0.60 0.46 0.00 346.18 0.99 0.7
Hex FE 66 89 0 3C 2E 0 15A 63 46
Octal 376 146 211 0 74 56 0 532 143 106
Binary 11111110 1100110 10001001 0 111100 101110 0 101011010 1100011 1000110

Color Harmonies of #FE6689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6689

Black with #FE6689

Text Example


Text Example

White with #FE6689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6689; }

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

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

background-color css

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

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

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

border-color css

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

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

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