Html Css Color HEX #FE787E Brink Pink

📋 copy color: '#FE787E'

red 254 ◦ green 120 ◦ blue 126

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

Shades of Brink Pink #FE787E

Tints of Brink Pink #FE787E

RGB

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

 GREEN value IS 120 (47.27% from 255) = 24%

 BLUE value IS 126 (49.61% from 255) = 25.2%

R = 50.8%
G = 24%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE787E (or 0xFE787E) is known color: Brink Pink. HEX triplet: FE, 78 and 7E. RGB value is (254,120,126). Sum of RGB (Red+Green+Blue) = 254+120+126=500 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.8% from 500); Green value is 120 (47.27% from 255 or 24% from 500); Blue value is 126 (49.61% from 255 or 25.2% from 500); Max value from RGB is 254 - color contains mainly: red. Hex color #FE787E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE787E is #018781. Grayscale: #A0A0A0. Windows color (decimal): -100226 or 8288510. OLE color: 8288510.

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

Color convert

RGB 254 120 126 -
CMYK 0 0.53 0.50 0.00
HSL 357.31º 0.99% 0.73% -
HSV(B) 357.31º 0.53% 1% -
XYZ 51.36 36.01 23.98 -
YUV 160.75 108.39 194.51 -
System Red Green Blue C M Y K H S L
Decimal 254 120 126 0 0.53 0.50 0.00 357.31 0.99 0.73
Hex FE 78 7E 0 35 32 0 165 63 49
Octal 376 170 176 0 65 62 0 545 143 111
Binary 11111110 1111000 1111110 0 110101 110010 0 101100101 1100011 1001001

Color Harmonies of #FE787E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE787E

Black with #FE787E

Text Example


Text Example

White with #FE787E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE787E; }

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

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

background-color css

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

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

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

border-color css

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

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

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