Html Css Color HEX #FE6D82 Brink Pink

📋 copy color: '#FE6D82'

red 254 ◦ green 109 ◦ blue 130

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

Shades of Brink Pink #FE6D82

Tints of Brink Pink #FE6D82

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.11%

 BLUE value IS 130 (51.17% from 255) = 26.37%

R = 51.52%
G = 22.11%
B = 26.37%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6D82 (or 0xFE6D82) is known color: Brink Pink. HEX triplet: FE, 6D and 82. RGB value is (254,109,130). Sum of RGB (Red+Green+Blue) = 254+109+130=493 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.52% from 493); Green value is 109 (42.97% from 255 or 22.11% from 493); Blue value is 130 (51.17% from 255 or 26.37% from 493); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6D82 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6D82 is #01927D. Grayscale: #9A9A9A. Windows color (decimal): -103038 or 8547838. OLE color: 8547838.

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

Color convert

RGB 254 109 130 -
CMYK 0 0.57 0.49 0.00
HSL 351.31º 0.99% 0.71% -
HSV(B) 351.31º 0.57% 1% -
XYZ 50.37 33.62 24.95 -
YUV 154.75 114.04 198.79 -
System Red Green Blue C M Y K H S L
Decimal 254 109 130 0 0.57 0.49 0.00 351.31 0.99 0.71
Hex FE 6D 82 0 39 31 0 15F 63 47
Octal 376 155 202 0 71 61 0 537 143 107
Binary 11111110 1101101 10000010 0 111001 110001 0 101011111 1100011 1000111

Color Harmonies of #FE6D82

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6D82

Black with #FE6D82

Text Example


Text Example

White with #FE6D82

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6D82; }

 p { color: rgb(254,109,130); }

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

background-color css

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

 a { background-color: rgb(254,109,130); }

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

border-color css

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

 span { border-color: rgb(254,109,130); }

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