#FEA0A8

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

Shades of Wewak #FEA0A8

Tints of Wewak #FEA0A8

Color information

#FEA0A8 (or 0xFEA0A8) is unknown color: approx Wewak. HEX triplet: FE, A0 and A8. RGB value is (254,160,168). Sum of RGB (Red+Green+Blue) = 254+160+168=582 (77% of max value = 765). Red value is 254 (99.61% from 255 or 43.64% from 582); Green value is 160 (62.89% from 255 or 27.49% from 582); Blue value is 168 (66.02% from 255 or 28.87% from 582); Max value from RGB is 254 - color contains mainly: red. Hex color #FEA0A8 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FEA0A8 is #015F57. Grayscale: #BDBDBD. Windows color (decimal): -89944 or 11051262. OLE color: 11051262.

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

Color convert

RGB254160168-
CMYK00.370.340.00
HSL354.89º97.92%81.18%-
HSV(B)354.89º37.01%99.61%-
XYZ60.5149.0443.32-
YUV189.02116.14174.35-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 43.64%
GREEN value IS 160 (62.89% from 255) = 27.49%
BLUE value IS 168 (66.02% from 255) = 28.87%
R=43.64%
G=27.49%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.34
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25416016800.370.340.00354.8997.9281.18
HexFEA0A80252201636251
Octal376240250045420543142121
Binary1111111010100000101010000100101100010010110001111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FEA0A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FEA0A8; }

 p { color: rgb(254,160,168); }

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

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

 a { background-color: rgb(254,160,168); }

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

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

 span { border-color: rgb(254,160,168); }

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