#FE8B9E

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

Shades of Wewak #FE8B9E

Tints of Wewak #FE8B9E

Color information

#FE8B9E (or 0xFE8B9E) is unknown color: approx Wewak. HEX triplet: FE, 8B and 9E. RGB value is (254,139,158). Sum of RGB (Red+Green+Blue) = 254+139+158=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 139 (54.69% from 255 or 25.23% from 551); Blue value is 158 (62.11% from 255 or 28.68% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8B9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8B9E is #017461. Grayscale: #AFAFAF. Windows color (decimal): -95330 or 10390526. OLE color: 10390526.

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

Color convert

RGB254139158-
CMYK00.450.380.00
HSL350.09º98.29%77.06%-
HSV(B)350.09º45.28%99.61%-
XYZ56.284237.49-
YUV175.55118.1183.96-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 139 (54.69% from 255) = 25.23%
BLUE value IS 158 (62.11% from 255) = 28.68%
R=46.10%
G=25.23%
B=28.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413915800.450.380.00350.0998.2977.06
HexFE8B9E02D26015e624d
Octal376213236055460536142115
Binary1111111010001011100111100101101100110010101111011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8B9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8B9E; }

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

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

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

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

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

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

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

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