Html Css Color HEX #FE8394 Wewak

📋 copy color: '#FE8394'

red 254 ◦ green 131 ◦ blue 148

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

Shades of Wewak #FE8394

Tints of Wewak #FE8394

RGB

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

 GREEN value IS 131 (51.56% from 255) = 24.58%

 BLUE value IS 148 (58.2% from 255) = 27.77%

R = 47.65%
G = 24.58%
B = 27.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE8394 (or 0xFE8394) is known color: Wewak. HEX triplet: FE, 83 and 94. RGB value is (254,131,148). Sum of RGB (Red+Green+Blue) = 254+131+148=533 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.65% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 148 (58.20% from 255 or 27.77% from 533); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8394 is #017C6B. Grayscale: #A9A9A9. Windows color (decimal): -97388 or 9733118. OLE color: 9733118.

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

Color convert

RGB 254 131 148 -
CMYK 0 0.48 0.42 0.00
HSL 351.71º 0.98% 0.75% -
HSV(B) 351.71º 0.48% 1% -
XYZ 54.33 39.44 32.77 -
YUV 169.72 115.75 188.12 -
System Red Green Blue C M Y K H S L
Decimal 254 131 148 0 0.48 0.42 0.00 351.71 0.98 0.75
Hex FE 83 94 0 30 2A 0 160 62 4B
Octal 376 203 224 0 60 52 0 540 142 113
Binary 11111110 10000011 10010100 0 110000 101010 0 101100000 1100010 1001011

Color Harmonies of #FE8394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8394

Black with #FE8394

Text Example


Text Example

White with #FE8394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8394; }

 p { color: rgb(254,131,148); }

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

background-color css

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

 a { background-color: rgb(254,131,148); }

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

border-color css

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

 span { border-color: rgb(254,131,148); }

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