Html Css Color HEX #FE687A Brink Pink

📋 copy color: '#FE687A'

red 254 ◦ green 104 ◦ blue 122

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

Shades of Brink Pink #FE687A

Tints of Brink Pink #FE687A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 25.42%

R = 52.92%
G = 21.67%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.52

 K value IS 0.00

RGB Variations

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

Color information

#FE687A (or 0xFE687A) is known color: Brink Pink. HEX triplet: FE, 68 and 7A. RGB value is (254,104,122). Sum of RGB (Red+Green+Blue) = 254+104+122=480 (63% of max value = 765). Red value is 254 (99.61% from 255 or 52.92% from 480); Green value is 104 (41.02% from 255 or 21.67% from 480); Blue value is 122 (48.05% from 255 or 25.42% from 480); Max value from RGB is 254 - color contains mainly: red. Hex color #FE687A is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE687A is #019785. Grayscale: #969696. Windows color (decimal): -104326 or 8022270. OLE color: 8022270.

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

Color convert

RGB 254 104 122 -
CMYK 0 0.59 0.52 0.00
HSL 352.8º 0.99% 0.7% -
HSV(B) 352.8º 0.59% 1% -
XYZ 49.34 32.38 22.06 -
YUV 150.9 111.7 201.54 -
System Red Green Blue C M Y K H S L
Decimal 254 104 122 0 0.59 0.52 0.00 352.8 0.99 0.7
Hex FE 68 7A 0 3B 34 0 161 63 46
Octal 376 150 172 0 73 64 0 541 143 106
Binary 11111110 1101000 1111010 0 111011 110100 0 101100001 1100011 1000110

Color Harmonies of #FE687A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE687A

Black with #FE687A

Text Example


Text Example

White with #FE687A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE687A; }

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

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

background-color css

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

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

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

border-color css

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

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

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