Html Css Color HEX #FE6881 Brink Pink

📋 copy color: '#FE6881'

red 254 ◦ green 104 ◦ blue 129

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

Shades of Brink Pink #FE6881

Tints of Brink Pink #FE6881

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 26.49%

R = 52.16%
G = 21.36%
B = 26.49%

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

#FE6881 (or 0xFE6881) is known color: Brink Pink. HEX triplet: FE, 68 and 81. RGB value is (254,104,129). Sum of RGB (Red+Green+Blue) = 254+104+129=487 (64% of max value = 765). Red value is 254 (99.61% from 255 or 52.16% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6881 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6881 is #01977E. Grayscale: #979797. Windows color (decimal): -104319 or 8481022. OLE color: 8481022.

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

Color convert

RGB 254 104 129 -
CMYK 0 0.59 0.49 0.00
HSL 350º 0.99% 0.7% -
HSV(B) 350º 0.59% 1% -
XYZ 49.79 32.56 24.43 -
YUV 151.7 115.2 200.97 -
System Red Green Blue C M Y K H S L
Decimal 254 104 129 0 0.59 0.49 0.00 350 0.99 0.7
Hex FE 68 81 0 3B 31 0 15E 63 46
Octal 376 150 201 0 73 61 0 536 143 106
Binary 11111110 1101000 10000001 0 111011 110001 0 101011110 1100011 1000110

Color Harmonies of #FE6881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6881

Black with #FE6881

Text Example


Text Example

White with #FE6881

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6881; }

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

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

background-color css

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

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

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

border-color css

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

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

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