Html Css Color HEX #FE9395 Wewak

📋 copy color: '#FE9395'

red 254 ◦ green 147 ◦ blue 149

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

Shades of Wewak #FE9395

Tints of Wewak #FE9395

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 27.09%

R = 46.18%
G = 26.73%
B = 27.09%

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

#FE9395 (or 0xFE9395) is known color: Wewak. HEX triplet: FE, 93 and 95. RGB value is (254,147,149). Sum of RGB (Red+Green+Blue) = 254+147+149=550 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.18% from 550); Green value is 147 (57.81% from 255 or 26.73% from 550); Blue value is 149 (58.59% from 255 or 27.09% from 550); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9395 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9395 is #016C6A. Grayscale: #B3B3B3. Windows color (decimal): -93291 or 9802750. OLE color: 9802750.

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

Color convert

RGB 254 147 149 -
CMYK 0 0.42 0.41 0.00
HSL 358.88º 0.98% 0.79% -
HSV(B) 358.88º 0.42% 1% -
XYZ 56.73 44.11 33.96 -
YUV 179.22 110.95 181.34 -
System Red Green Blue C M Y K H S L
Decimal 254 147 149 0 0.42 0.41 0.00 358.88 0.98 0.79
Hex FE 93 95 0 2A 29 0 167 62 4F
Octal 376 223 225 0 52 51 0 547 142 117
Binary 11111110 10010011 10010101 0 101010 101001 0 101100111 1100010 1001111

Color Harmonies of #FE9395

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9395

Black with #FE9395

Text Example


Text Example

White with #FE9395

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9395; }

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

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

background-color css

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

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

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

border-color css

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

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

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