Html Css Color HEX #FE6982 Brink Pink

📋 copy color: '#FE6982'

red 254 ◦ green 105 ◦ blue 130

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

Shades of Brink Pink #FE6982

Tints of Brink Pink #FE6982

RGB

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

 GREEN value IS 105 (41.41% from 255) = 21.47%

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

R = 51.94%
G = 21.47%
B = 26.58%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.49

 K value IS 0.00

RGB Variations

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

Color information

#FE6982 (or 0xFE6982) is known color: Brink Pink. HEX triplet: FE, 69 and 82. RGB value is (254,105,130). Sum of RGB (Red+Green+Blue) = 254+105+130=489 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.94% from 489); Green value is 105 (41.41% from 255 or 21.47% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6982 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6982 is #01967D. Grayscale: #989898. Windows color (decimal): -104062 or 8546814. OLE color: 8546814.

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

Color convert

RGB 254 105 130 -
CMYK 0 0.59 0.49 0.00
HSL 349.93º 0.99% 0.7% -
HSV(B) 349.93º 0.59% 1% -
XYZ 49.95 32.79 24.81 -
YUV 152.4 115.36 200.47 -
System Red Green Blue C M Y K H S L
Decimal 254 105 130 0 0.59 0.49 0.00 349.93 0.99 0.7
Hex FE 69 82 0 3B 31 0 15E 63 46
Octal 376 151 202 0 73 61 0 536 143 106
Binary 11111110 1101001 10000010 0 111011 110001 0 101011110 1100011 1000110

Color Harmonies of #FE6982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6982

Black with #FE6982

Text Example


Text Example

White with #FE6982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6982; }

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

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

background-color css

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

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

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

border-color css

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

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

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