#FE8D9E

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

Shades of Wewak #FE8D9E

Tints of Wewak #FE8D9E

Color information

#FE8D9E (or 0xFE8D9E) is unknown color: approx Wewak. HEX triplet: FE, 8D and 9E. RGB value is (254,141,158). Sum of RGB (Red+Green+Blue) = 254+141+158=553 (73% of max value = 765). Red value is 254 (99.61% from 255 or 45.93% from 553); Green value is 141 (55.47% from 255 or 25.50% from 553); Blue value is 158 (62.11% from 255 or 28.57% from 553); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9E is #017261. Grayscale: #B0B0B0. Windows color (decimal): -94818 or 10391038. OLE color: 10391038.

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

Color convert

RGB254141158-
CMYK00.440.380.00
HSL350.97º98.26%77.45%-
HSV(B)350.97º44.49%99.61%-
XYZ56.5742.5937.59-
YUV176.72117.44183.12-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.93%
GREEN value IS 141 (55.47% from 255) = 25.50%
BLUE value IS 158 (62.11% from 255) = 28.57%
R=45.93%
G=25.50%
B=28.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414115800.440.380.00350.9798.2677.45
HexFE8D9E02C26015f624d
Octal376215236054460537142115
Binary1111111010001101100111100101100100110010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D9E; }

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

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

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

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

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

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

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

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