Html Css Color HEX #FE6884 Brink Pink

📋 copy color: '#FE6884'

red 254 ◦ green 104 ◦ blue 132

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

Shades of Brink Pink #FE6884

Tints of Brink Pink #FE6884

RGB

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

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

 BLUE value IS 132 (51.95% from 255) = 26.94%

R = 51.84%
G = 21.22%
B = 26.94%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.48

 K value IS 0.00

RGB Variations

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

Color information

#FE6884 (or 0xFE6884) is known color: Brink Pink. HEX triplet: FE, 68 and 84. RGB value is (254,104,132). Sum of RGB (Red+Green+Blue) = 254+104+132=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 104 (41.02% from 255 or 21.22% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6884 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6884 is #01977B. Grayscale: #989898. Windows color (decimal): -104316 or 8677630. OLE color: 8677630.

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

Color convert

RGB 254 104 132 -
CMYK 0 0.59 0.48 0.00
HSL 348.8º 0.99% 0.7% -
HSV(B) 348.8º 0.59% 1% -
XYZ 49.99 32.64 25.49 -
YUV 152.04 116.7 200.72 -
System Red Green Blue C M Y K H S L
Decimal 254 104 132 0 0.59 0.48 0.00 348.8 0.99 0.7
Hex FE 68 84 0 3B 30 0 15D 63 46
Octal 376 150 204 0 73 60 0 535 143 106
Binary 11111110 1101000 10000100 0 111011 110000 0 101011101 1100011 1000110

Color Harmonies of #FE6884

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6884

Black with #FE6884

Text Example


Text Example

White with #FE6884

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6884; }

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

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

background-color css

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

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

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

border-color css

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

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

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