Html Css Color HEX #FE9396 Wewak

📋 copy color: '#FE9396'

red 254 ◦ green 147 ◦ blue 150

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

Shades of Wewak #FE9396

Tints of Wewak #FE9396

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 27.22%

R = 46.1%
G = 26.68%
B = 27.22%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.41

 K value IS 0.00

RGB Variations

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

Color information

#FE9396 (or 0xFE9396) is known color: Wewak. HEX triplet: FE, 93 and 96. RGB value is (254,147,150). Sum of RGB (Red+Green+Blue) = 254+147+150=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 147 (57.81% from 255 or 26.68% from 551); Blue value is 150 (58.98% from 255 or 27.22% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9396 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9396 is #016C69. Grayscale: #B3B3B3. Windows color (decimal): -93290 or 9868286. OLE color: 9868286.

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

Color convert

RGB 254 147 150 -
CMYK 0 0.42 0.41 0.00
HSL 358.32º 0.98% 0.79% -
HSV(B) 358.32º 0.42% 1% -
XYZ 56.81 44.14 34.38 -
YUV 179.34 111.45 181.26 -
System Red Green Blue C M Y K H S L
Decimal 254 147 150 0 0.42 0.41 0.00 358.32 0.98 0.79
Hex FE 93 96 0 2A 29 0 166 62 4F
Octal 376 223 226 0 52 51 0 546 142 117
Binary 11111110 10010011 10010110 0 101010 101001 0 101100110 1100010 1001111

Color Harmonies of #FE9396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9396

Black with #FE9396

Text Example


Text Example

White with #FE9396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9396; }

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

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

background-color css

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

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

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

border-color css

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

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

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