#FE808A

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

Shades of Wewak #FE808A

Tints of Wewak #FE808A

Color information

#FE808A (or 0xFE808A) is unknown color: approx Wewak. HEX triplet: FE, 80 and 8A. RGB value is (254,128,138). Sum of RGB (Red+Green+Blue) = 254+128+138=520 (68% of max value = 765). Red value is 254 (99.61% from 255 or 48.85% from 520); Green value is 128 (50.39% from 255 or 24.62% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 254 - color contains mainly: red. Hex color #FE808A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE808A is #017F75. Grayscale: #A6A6A6. Windows color (decimal): -98166 or 9076990. OLE color: 9076990.

HSL color Cylindrical-coordinate representation of color #FE808A: hue angle of 355.24º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #FE808A is Cyan = 0, Magento = 0.50, Yellow = 0.46 and Black (K on CMYK) = 0.00.

Color convert

RGB254128138-
CMYK00.500.460.00
HSL355.24º98.44%74.9%-
HSV(B)355.24º49.61%99.61%-
XYZ53.1838.3428.64-
YUV166.81111.74190.19-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.85%
GREEN value IS 128 (50.39% from 255) = 24.62%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=48.85%
G=24.62%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.46
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25412813800.500.460.00355.2498.4474.9
HexFE808A0322E0163624b
Octal376200212062560543142113
Binary1111111010000000100010100110010101110010110001111000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE808A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE808A; }

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

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

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

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

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

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

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

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