Html Css Color HEX #FE7988 Brink Pink

📋 copy color: '#FE7988'

red 254 ◦ green 121 ◦ blue 136

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

Shades of Brink Pink #FE7988

Tints of Brink Pink #FE7988

RGB

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

 GREEN value IS 121 (47.66% from 255) = 23.68%

 BLUE value IS 136 (53.52% from 255) = 26.61%

R = 49.71%
G = 23.68%
B = 26.61%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.46

 K value IS 0.00

RGB Variations

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

Color information

#FE7988 (or 0xFE7988) is known color: Brink Pink. HEX triplet: FE, 79 and 88. RGB value is (254,121,136). Sum of RGB (Red+Green+Blue) = 254+121+136=511 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.71% from 511); Green value is 121 (47.66% from 255 or 23.68% from 511); Blue value is 136 (53.52% from 255 or 26.61% from 511); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7988 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7988 is #018677. Grayscale: #A2A2A2. Windows color (decimal): -99960 or 8944126. OLE color: 8944126.

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

Color convert

RGB 254 121 136 -
CMYK 0 0.52 0.46 0.00
HSL 353.23º 0.99% 0.74% -
HSV(B) 353.23º 0.52% 1% -
XYZ 52.15 36.52 27.59 -
YUV 162.48 113.06 193.28 -
System Red Green Blue C M Y K H S L
Decimal 254 121 136 0 0.52 0.46 0.00 353.23 0.99 0.74
Hex FE 79 88 0 34 2E 0 161 63 4A
Octal 376 171 210 0 64 56 0 541 143 112
Binary 11111110 1111001 10001000 0 110100 101110 0 101100001 1100011 1001010

Color Harmonies of #FE7988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7988

Black with #FE7988

Text Example


Text Example

White with #FE7988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7988; }

 p { color: rgb(254,121,136); }

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

background-color css

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

 a { background-color: rgb(254,121,136); }

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

border-color css

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

 span { border-color: rgb(254,121,136); }

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