Html Css Color HEX #FE6882 Brink Pink

📋 copy color: '#FE6882'

red 254 ◦ green 104 ◦ blue 130

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

Shades of Brink Pink #FE6882

Tints of Brink Pink #FE6882

RGB

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

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

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

R = 52.05%
G = 21.31%
B = 26.64%

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

#FE6882 (or 0xFE6882) is known color: Brink Pink. HEX triplet: FE, 68 and 82. RGB value is (254,104,130). Sum of RGB (Red+Green+Blue) = 254+104+130=488 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.05% from 488); Green value is 104 (41.02% from 255 or 21.31% from 488); Blue value is 130 (51.17% from 255 or 26.64% from 488); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6882 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6882 is #01977D. Grayscale: #979797. Windows color (decimal): -104318 or 8546558. OLE color: 8546558.

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

Color convert

RGB 254 104 130 -
CMYK 0 0.59 0.49 0.00
HSL 349.6º 0.99% 0.7% -
HSV(B) 349.6º 0.59% 1% -
XYZ 49.85 32.58 24.78 -
YUV 151.81 115.7 200.89 -
System Red Green Blue C M Y K H S L
Decimal 254 104 130 0 0.59 0.49 0.00 349.6 0.99 0.7
Hex FE 68 82 0 3B 31 0 15E 63 46
Octal 376 150 202 0 73 61 0 536 143 106
Binary 11111110 1101000 10000010 0 111011 110001 0 101011110 1100011 1000110

Color Harmonies of #FE6882

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6882

Black with #FE6882

Text Example


Text Example

White with #FE6882

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6882; }

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

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

background-color css

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

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

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

border-color css

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

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

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