#FE8A9B

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

Shades of Wewak #FE8A9B

Tints of Wewak #FE8A9B

Color information

#FE8A9B (or 0xFE8A9B) is unknown color: approx Wewak. HEX triplet: FE, 8A and 9B. RGB value is (254,138,155). Sum of RGB (Red+Green+Blue) = 254+138+155=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 155 (60.94% from 255 or 28.34% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A9B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A9B is #017564. Grayscale: #AEAEAE. Windows color (decimal): -95589 or 10193662. OLE color: 10193662.

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

Color convert

RGB254138155-
CMYK00.460.390.00
HSL351.21º98.31%76.86%-
HSV(B)351.21º45.67%99.61%-
XYZ55.8841.6136.1-
YUV174.62116.93184.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 138 (54.30% from 255) = 25.23%
BLUE value IS 155 (60.94% from 255) = 28.34%
R=46.44%
G=25.23%
B=28.34%

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
Decimal25413815500.460.390.00351.2198.3176.86
HexFE8A9B02E27015f624d
Octal376212233056470537142115
Binary1111111010001010100110110101110100111010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A9B; }

 p { color: rgb(254,138,155); }

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

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

 a { background-color: rgb(254,138,155); }

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

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

 span { border-color: rgb(254,138,155); }

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