#FE797E

Color #FE797E Brink Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Brink Pink #FE797E

Tints of Brink Pink #FE797E

Color information

#FE797E (or 0xFE797E) is unknown color: approx Brink Pink. HEX triplet: FE, 79 and 7E. RGB value is (254,121,126). Sum of RGB (Red+Green+Blue) = 254+121+126=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 121 (47.66% from 255 or 24.15% from 501); Blue value is 126 (49.61% from 255 or 25.15% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE797E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE797E is #018681. Grayscale: #A1A1A1. Windows color (decimal): -99970 or 8288766. OLE color: 8288766.

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

Color convert

RGB254121126-
CMYK00.520.500.00
HSL357.74º98.52%73.53%-
HSV(B)357.74º52.36%99.61%-
XYZ51.4836.2524.02-
YUV161.34108.06194.09-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 50.70%
GREEN value IS 121 (47.66% from 255) = 24.15%
BLUE value IS 126 (49.61% from 255) = 25.15%
R=50.70%
G=24.15%
B=25.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.50
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412112600.520.500.00357.7498.5273.53
HexFE797E034320166634a
Octal376171176064620546143112
Binary11111110111100111111100110100110010010110011011000111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE797E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE797E; }

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

 H1.HeaderClassName
 {
   color: #FE797E;
 }
 .AnyTagClassName
 {
   color: #FE797E;
 }
</style>
background-color css

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

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

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

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

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

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