#FE8D90

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

Shades of Wewak #FE8D90

Tints of Wewak #FE8D90

Color information

#FE8D90 (or 0xFE8D90) is unknown color: approx Wewak. HEX triplet: FE, 8D and 90. RGB value is (254,141,144). Sum of RGB (Red+Green+Blue) = 254+141+144=539 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.12% from 539); Green value is 141 (55.47% from 255 or 26.16% from 539); Blue value is 144 (56.64% from 255 or 26.72% from 539); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D90 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D90 is #01726F. Grayscale: #AFAFAF. Windows color (decimal): -94832 or 9473534. OLE color: 9473534.

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

Color convert

RGB254141144-
CMYK00.440.430.00
HSL358.41º98.26%77.45%-
HSV(B)358.41º44.49%99.61%-
XYZ55.4342.1331.6-
YUV175.13110.44184.26-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.12%
GREEN value IS 141 (55.47% from 255) = 26.16%
BLUE value IS 144 (56.64% from 255) = 26.72%
R=47.12%
G=26.16%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.43
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414114400.440.430.00358.4198.2677.45
HexFE8D9002C2B0166624d
Octal376215220054530546142115
Binary1111111010001101100100000101100101011010110011011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D90; }

 p { color: rgb(254,141,144); }

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

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

 a { background-color: rgb(254,141,144); }

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

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

 span { border-color: rgb(254,141,144); }

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