#FE8D9A

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

Shades of Wewak #FE8D9A

Tints of Wewak #FE8D9A

Color information

#FE8D9A (or 0xFE8D9A) is unknown color: approx Wewak. HEX triplet: FE, 8D and 9A. RGB value is (254,141,154). Sum of RGB (Red+Green+Blue) = 254+141+154=549 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.27% from 549); Green value is 141 (55.47% from 255 or 25.68% from 549); Blue value is 154 (60.55% from 255 or 28.05% from 549); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9A is #017265. Grayscale: #B0B0B0. Windows color (decimal): -94822 or 10128894. OLE color: 10128894.

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

Color convert

RGB254141154-
CMYK00.440.390.00
HSL353.1º98.26%77.45%-
HSV(B)353.1º44.49%99.61%-
XYZ56.2342.4535.8-
YUV176.27115.44183.44-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.27%
GREEN value IS 141 (55.47% from 255) = 25.68%
BLUE value IS 154 (60.55% from 255) = 28.05%
R=46.27%
G=25.68%
B=28.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414115400.440.390.00353.198.2677.45
HexFE8D9A02C270161624d
Octal376215232054470541142115
Binary1111111010001101100110100101100100111010110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D9A; }

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

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

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

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

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

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

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

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