#FE8C9A

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

Shades of Wewak #FE8C9A

Tints of Wewak #FE8C9A

Color information

#FE8C9A (or 0xFE8C9A) is unknown color: approx Wewak. HEX triplet: FE, 8C and 9A. RGB value is (254,140,154). Sum of RGB (Red+Green+Blue) = 254+140+154=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 140 (55.08% from 255 or 25.55% from 548); Blue value is 154 (60.55% from 255 or 28.10% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9A is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9A is #017365. Grayscale: #AFAFAF. Windows color (decimal): -95078 or 10128638. OLE color: 10128638.

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

Color convert

RGB254140154-
CMYK00.450.390.00
HSL352.63º98.28%77.25%-
HSV(B)352.63º44.88%99.61%-
XYZ56.0842.1635.75-
YUV175.68115.77183.86-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 140 (55.08% from 255) = 25.55%
BLUE value IS 154 (60.55% from 255) = 28.10%
R=46.35%
G=25.55%
B=28.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.39
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414015400.450.390.00352.6398.2877.25
HexFE8C9A02D270161624d
Octal376214232055470541142115
Binary1111111010001100100110100101101100111010110000111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C9A; }

 p { color: rgb(254,140,154); }

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

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

 a { background-color: rgb(254,140,154); }

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

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

 span { border-color: rgb(254,140,154); }

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