#FE8A8B

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

Shades of Wewak #FE8A8B

Tints of Wewak #FE8A8B

Color information

#FE8A8B (or 0xFE8A8B) is unknown color: approx Wewak. HEX triplet: FE, 8A and 8B. RGB value is (254,138,139). Sum of RGB (Red+Green+Blue) = 254+138+139=531 (70% of max value = 765). Red value is 254 (99.61% from 255 or 47.83% from 531); Green value is 138 (54.30% from 255 or 25.99% from 531); Blue value is 139 (54.69% from 255 or 26.18% from 531); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8A8B is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8A8B is #017574. Grayscale: #ACACAC. Windows color (decimal): -95605 or 9145086. OLE color: 9145086.

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

Color convert

RGB254138139-
CMYK00.460.450.00
HSL359.48º98.31%76.86%-
HSV(B)359.48º45.67%99.61%-
XYZ54.6241.1129.48-
YUV172.8108.93185.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.83%
GREEN value IS 138 (54.30% from 255) = 25.99%
BLUE value IS 139 (54.69% from 255) = 26.18%
R=47.83%
G=25.99%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.45
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413813900.460.450.00359.4898.3176.86
HexFE8A8B02E2D0167624d
Octal376212213056550547142115
Binary1111111010001010100010110101110101101010110011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8A8B; }

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

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

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

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

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

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

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

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