Html Css Color HEX #FE7E86 Wewak

📋 copy color: '#FE7E86'

red 254 ◦ green 126 ◦ blue 134

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

Shades of Wewak #FE7E86

Tints of Wewak #FE7E86

RGB

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

 GREEN value IS 126 (49.61% from 255) = 24.51%

 BLUE value IS 134 (52.73% from 255) = 26.07%

R = 49.42%
G = 24.51%
B = 26.07%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.47

 K value IS 0.00

RGB Variations

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

Color information

#FE7E86 (or 0xFE7E86) is known color: Wewak. HEX triplet: FE, 7E and 86. RGB value is (254,126,134). Sum of RGB (Red+Green+Blue) = 254+126+134=514 (68% of max value = 765). Red value is 254 (99.61% from 255 or 49.42% from 514); Green value is 126 (49.61% from 255 or 24.51% from 514); Blue value is 134 (52.73% from 255 or 26.07% from 514); Max value from RGB is 254 - color contains mainly: red. Hex color #FE7E86 is not a web safe color. Web safe color analog (approx): #FF6699. Inversed color of #FE7E86 is #018179. Grayscale: #A5A5A5. Windows color (decimal): -98682 or 8814334. OLE color: 8814334.

HSL color Cylindrical-coordinate representation of color #FE7E86: hue angle of 356.25º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE7E86 is Cyan = 0, Magento = 0.50, Yellow = 0.47 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 126 134 -
CMYK 0 0.50 0.47 0.00
HSL 356.25º 0.98% 0.75% -
HSV(B) 356.25º 0.5% 1% -
XYZ 52.64 37.71 27.06 -
YUV 165.18 110.41 191.35 -
System Red Green Blue C M Y K H S L
Decimal 254 126 134 0 0.50 0.47 0.00 356.25 0.98 0.75
Hex FE 7E 86 0 32 2F 0 164 62 4B
Octal 376 176 206 0 62 57 0 544 142 113
Binary 11111110 1111110 10000110 0 110010 101111 0 101100100 1100010 1001011

Color Harmonies of #FE7E86

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE7E86

Black with #FE7E86

Text Example


Text Example

White with #FE7E86

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE7E86; }

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

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

background-color css

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

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

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

border-color css

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

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

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