Html Css Color HEX #FE9394 Wewak

📋 copy color: '#FE9394'

red 254 ◦ green 147 ◦ blue 148

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

Shades of Wewak #FE9394

Tints of Wewak #FE9394

RGB

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

 GREEN value IS 147 (57.81% from 255) = 26.78%

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

R = 46.27%
G = 26.78%
B = 26.96%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.42

 K value IS 0.00

RGB Variations

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

Color information

#FE9394 (or 0xFE9394) is known color: Wewak. HEX triplet: FE, 93 and 94. RGB value is (254,147,148). Sum of RGB (Red+Green+Blue) = 254+147+148=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 147 (57.81% from 255 or 26.78% from 549); Blue value is 148 (58.20% from 255 or 26.96% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9394 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9394 is #016C6B. Grayscale: #B3B3B3. Windows color (decimal): -93292 or 9737214. OLE color: 9737214.

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

Color convert

RGB 254 147 148 -
CMYK 0 0.42 0.42 0.00
HSL 359.44º 0.98% 0.79% -
HSV(B) 359.44º 0.42% 1% -
XYZ 56.65 44.08 33.54 -
YUV 179.11 110.45 181.42 -
System Red Green Blue C M Y K H S L
Decimal 254 147 148 0 0.42 0.42 0.00 359.44 0.98 0.79
Hex FE 93 94 0 2A 2A 0 167 62 4F
Octal 376 223 224 0 52 52 0 547 142 117
Binary 11111110 10010011 10010100 0 101010 101010 0 101100111 1100010 1001111

Color Harmonies of #FE9394

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9394

Black with #FE9394

Text Example


Text Example

White with #FE9394

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9394; }

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

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

background-color css

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

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

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

border-color css

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

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

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