#FE899A

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

Shades of Wewak #FE899A

Tints of Wewak #FE899A

Color information

#FE899A (or 0xFE899A) is unknown color: approx Wewak. HEX triplet: FE, 89 and 9A. RGB value is (254,137,154). Sum of RGB (Red+Green+Blue) = 254+137+154=545 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.61% from 545); Green value is 137 (53.91% from 255 or 25.14% from 545); Blue value is 154 (60.55% from 255 or 28.26% from 545); Max value from RGB is 254 - color contains mainly: red. Hex color #FE899A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE899A is #017665. Grayscale: #ADADAD. Windows color (decimal): -95846 or 10127870. OLE color: 10127870.

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

Color convert

RGB254137154-
CMYK00.460.390.00
HSL351.28º98.32%76.67%-
HSV(B)351.28º46.06%99.61%-
XYZ55.6541.335.61-
YUV173.92116.76185.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.61%
GREEN value IS 137 (53.91% from 255) = 25.14%
BLUE value IS 154 (60.55% from 255) = 28.26%
R=46.61%
G=25.14%
B=28.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413715400.460.390.00351.2898.3276.67
HexFE899A02E27015f624d
Octal376211232056470537142115
Binary1111111010001001100110100101110100111010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE899A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE899A; }

 p { color: rgb(254,137,154); }

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

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

 a { background-color: rgb(254,137,154); }

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

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

 span { border-color: rgb(254,137,154); }

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