Html Css Color HEX #FE687C Brink Pink

📋 copy color: '#FE687C'

red 254 ◦ green 104 ◦ blue 124

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

Shades of Brink Pink #FE687C

Tints of Brink Pink #FE687C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 25.73%

R = 52.7%
G = 21.58%
B = 25.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.51

 K value IS 0.00

RGB Variations

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

Color information

#FE687C (or 0xFE687C) is known color: Brink Pink. HEX triplet: FE, 68 and 7C. RGB value is (254,104,124). Sum of RGB (Red+Green+Blue) = 254+104+124=482 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.70% from 482); Green value is 104 (41.02% from 255 or 21.58% from 482); Blue value is 124 (48.83% from 255 or 25.73% from 482); Max value from RGB is 254 - color contains mainly: red. Hex color #FE687C is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE687C is #019783. Grayscale: #979797. Windows color (decimal): -104324 or 8153342. OLE color: 8153342.

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

Color convert

RGB 254 104 124 -
CMYK 0 0.59 0.51 0.00
HSL 352º 0.99% 0.7% -
HSV(B) 352º 0.59% 1% -
XYZ 49.46 32.43 22.72 -
YUV 151.13 112.7 201.37 -
System Red Green Blue C M Y K H S L
Decimal 254 104 124 0 0.59 0.51 0.00 352 0.99 0.7
Hex FE 68 7C 0 3B 33 0 160 63 46
Octal 376 150 174 0 73 63 0 540 143 106
Binary 11111110 1101000 1111100 0 111011 110011 0 101100000 1100011 1000110

Color Harmonies of #FE687C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE687C

Black with #FE687C

Text Example


Text Example

White with #FE687C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE687C; }

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

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

background-color css

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

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

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

border-color css

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

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

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