#FE9499

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

Shades of Wewak #FE9499

Tints of Wewak #FE9499

Color information

#FE9499 (or 0xFE9499) is unknown color: approx Wewak. HEX triplet: FE, 94 and 99. RGB value is (254,148,153). Sum of RGB (Red+Green+Blue) = 254+148+153=555 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.77% from 555); Green value is 148 (58.20% from 255 or 26.67% from 555); Blue value is 153 (60.16% from 255 or 27.57% from 555); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9499 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9499 is #016B66. Grayscale: #B4B4B4. Windows color (decimal): -93031 or 10065150. OLE color: 10065150.

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

Color convert

RGB254148153-
CMYK00.420.400.00
HSL357.17º98.15%78.82%-
HSV(B)357.17º41.73%99.61%-
XYZ57.2144.5535.72-
YUV180.26112.62180.59-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.77%
GREEN value IS 148 (58.20% from 255) = 26.67%
BLUE value IS 153 (60.16% from 255) = 27.57%
R=45.77%
G=26.67%
B=27.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414815300.420.400.00357.1798.1578.82
HexFE949902A280165624f
Octal376224231052500545142117
Binary1111111010010100100110010101010101000010110010111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9499; }

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

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

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

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

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

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

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

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