Html Css Color HEX #FE6E8E Brink Pink

📋 copy color: '#FE6E8E'

red 254 ◦ green 110 ◦ blue 142

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

Shades of Brink Pink #FE6E8E

Tints of Brink Pink #FE6E8E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 28.06%

R = 50.2%
G = 21.74%
B = 28.06%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.44

 K value IS 0.00

RGB Variations

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

Color information

#FE6E8E (or 0xFE6E8E) is known color: Brink Pink. HEX triplet: FE, 6E and 8E. RGB value is (254,110,142). Sum of RGB (Red+Green+Blue) = 254+110+142=506 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.20% from 506); Green value is 110 (43.36% from 255 or 21.74% from 506); Blue value is 142 (55.86% from 255 or 28.06% from 506); Max value from RGB is 254 - color contains mainly: red. Hex color #FE6E8E is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE6E8E is #019171. Grayscale: #9C9C9C. Windows color (decimal): -102770 or 9334526. OLE color: 9334526.

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

Color convert

RGB 254 110 142 -
CMYK 0 0.57 0.44 0.00
HSL 346.67º 0.99% 0.71% -
HSV(B) 346.67º 0.57% 1% -
XYZ 51.33 34.18 29.48 -
YUV 156.7 119.71 197.4 -
System Red Green Blue C M Y K H S L
Decimal 254 110 142 0 0.57 0.44 0.00 346.67 0.99 0.71
Hex FE 6E 8E 0 39 2C 0 15B 63 47
Octal 376 156 216 0 71 54 0 533 143 107
Binary 11111110 1101110 10001110 0 111001 101100 0 101011011 1100011 1000111

Color Harmonies of #FE6E8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE6E8E

Black with #FE6E8E

Text Example


Text Example

White with #FE6E8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE6E8E; }

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

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

background-color css

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

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

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

border-color css

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

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

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