Html Css Color HEX #FE778B Brink Pink

📋 copy color: '#FE778B'

red 254 ◦ green 119 ◦ blue 139

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

Shades of Brink Pink #FE778B

Tints of Brink Pink #FE778B

RGB

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

 GREEN value IS 119 (46.88% from 255) = 23.24%

 BLUE value IS 139 (54.69% from 255) = 27.15%

R = 49.61%
G = 23.24%
B = 27.15%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.45

 K value IS 0.00

RGB Variations

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

Color information

#FE778B (or 0xFE778B) is known color: Brink Pink. HEX triplet: FE, 77 and 8B. RGB value is (254,119,139). Sum of RGB (Red+Green+Blue) = 254+119+139=512 (67% of max value = 765). Red value is 254 (99.61% from 255 or 49.61% from 512); Green value is 119 (46.88% from 255 or 23.24% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 254 - color contains mainly: red. Hex color #FE778B is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE778B is #018874. Grayscale: #A1A1A1. Windows color (decimal): -100469 or 9140222. OLE color: 9140222.

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

Color convert

RGB 254 119 139 -
CMYK 0 0.53 0.45 0.00
HSL 351.11º 0.99% 0.73% -
HSV(B) 351.11º 0.53% 1% -
XYZ 52.13 36.13 28.65 -
YUV 161.65 115.23 193.87 -
System Red Green Blue C M Y K H S L
Decimal 254 119 139 0 0.53 0.45 0.00 351.11 0.99 0.73
Hex FE 77 8B 0 35 2D 0 15F 63 49
Octal 376 167 213 0 65 55 0 537 143 111
Binary 11111110 1110111 10001011 0 110101 101101 0 101011111 1100011 1001001

Color Harmonies of #FE778B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE778B

Black with #FE778B

Text Example


Text Example

White with #FE778B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE778B; }

 p { color: rgb(254,119,139); }

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

background-color css

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

 a { background-color: rgb(254,119,139); }

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

border-color css

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

 span { border-color: rgb(254,119,139); }

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