Html Css Color HEX #FE6E7E Brink Pink

📋 copy color: '#FE6E7E'

red 254 ◦ green 110 ◦ blue 126

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

Shades of Brink Pink #FE6E7E

Tints of Brink Pink #FE6E7E

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.45%

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

R = 51.84%
G = 22.45%
B = 25.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.50

 K value IS 0.00

RGB Variations

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

Color information

#FE6E7E (or 0xFE6E7E) is known color: Brink Pink. HEX triplet: FE, 6E and 7E. RGB value is (254,110,126). Sum of RGB (Red+Green+Blue) = 254+110+126=490 (64% of max value = 765). Red value is 254 (99.61% from 255 or 51.84% from 490); Green value is 110 (43.36% from 255 or 22.45% from 490); Blue value is 126 (49.61% from 255 or 25.71% from 490); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E7E is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FE6E7E is #019181. Grayscale: #9A9A9A. Windows color (decimal): -102786 or 8285950. OLE color: 8285950.

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

Color convert

RGB 254 110 126 -
CMYK 0 0.57 0.50 0.00
HSL 353.33º 0.99% 0.71% -
HSV(B) 353.33º 0.57% 1% -
XYZ 50.21 33.73 23.6 -
YUV 154.88 111.71 198.7 -
System Red Green Blue C M Y K H S L
Decimal 254 110 126 0 0.57 0.50 0.00 353.33 0.99 0.71
Hex FE 6E 7E 0 39 32 0 161 63 47
Octal 376 156 176 0 71 62 0 541 143 107
Binary 11111110 1101110 1111110 0 111001 110010 0 101100001 1100011 1000111

Color Harmonies of #FE6E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E7E

Black with #FE6E7E

Text Example


Text Example

White with #FE6E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E7E; }

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

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

background-color css

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

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

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

border-color css

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

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

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