Html Css Color HEX #FE687F Brink Pink

📋 copy color: '#FE687F'

red 254 ◦ green 104 ◦ blue 127

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

Shades of Brink Pink #FE687F

Tints of Brink Pink #FE687F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 26.19%

R = 52.37%
G = 21.44%
B = 26.19%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE687F (or 0xFE687F) is known color: Brink Pink. HEX triplet: FE, 68 and 7F. RGB value is (254,104,127). Sum of RGB (Red+Green+Blue) = 254+104+127=485 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.37% from 485); Green value is 104 (41.02% from 255 or 21.44% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 254 - color contains mainly: red. Hex color #FE687F is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE687F is #019780. Grayscale: #979797. Windows color (decimal): -104321 or 8349950. OLE color: 8349950.

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

Color convert

RGB 254 104 127 -
CMYK 0 0.59 0.50 0.00
HSL 350.8º 0.99% 0.7% -
HSV(B) 350.8º 0.59% 1% -
XYZ 49.65 32.5 23.74 -
YUV 151.47 114.2 201.13 -
System Red Green Blue C M Y K H S L
Decimal 254 104 127 0 0.59 0.50 0.00 350.8 0.99 0.7
Hex FE 68 7F 0 3B 32 0 15F 63 46
Octal 376 150 177 0 73 62 0 537 143 106
Binary 11111110 1101000 1111111 0 111011 110010 0 101011111 1100011 1000110

Color Harmonies of #FE687F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE687F

Black with #FE687F

Text Example


Text Example

White with #FE687F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE687F; }

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

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

background-color css

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

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

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

border-color css

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

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

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