#FE9497

Color #FE9497 Wewak (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wewak #FE9497

Tints of Wewak #FE9497

Color information

#FE9497 (or 0xFE9497) is unknown color: approx Wewak. HEX triplet: FE, 94 and 97. RGB value is (254,148,151). Sum of RGB (Red+Green+Blue) = 254+148+151=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 148 (58.20% from 255 or 26.76% from 553); Blue value is 151 (59.38% from 255 or 27.31% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9497 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9497 is #016B68. Grayscale: #B4B4B4. Windows color (decimal): -93033 or 9934078. OLE color: 9934078.

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

Color convert

RGB254148151-
CMYK00.420.410.00
HSL358.3º98.15%78.82%-
HSV(B)358.3º41.73%99.61%-
XYZ57.0544.4934.86-
YUV180.04111.62180.76-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 148 (58.20% from 255) = 26.76%
BLUE value IS 151 (59.38% from 255) = 27.31%
R=45.93%
G=26.76%
B=27.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.41
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414815100.420.410.00358.398.1578.82
HexFE949702A290166624f
Octal376224227052510546142117
Binary1111111010010100100101110101010101001010110011011000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9497; }

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

 H1.HeaderClassName
 {
   color: #FE9497;
 }
 .AnyTagClassName
 {
   color: #FE9497;
 }
</style>
background-color css

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

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

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

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

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

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