#FE8D99

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

Shades of Wewak #FE8D99

Tints of Wewak #FE8D99

Color information

#FE8D99 (or 0xFE8D99) is unknown color: approx Wewak. HEX triplet: FE, 8D and 99. RGB value is (254,141,153). Sum of RGB (Red+Green+Blue) = 254+141+153=548 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.35% from 548); Green value is 141 (55.47% from 255 or 25.73% from 548); Blue value is 153 (60.16% from 255 or 27.92% from 548); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D99 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D99 is #017266. Grayscale: #B0B0B0. Windows color (decimal): -94823 or 10063358. OLE color: 10063358.

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

Color convert

RGB254141153-
CMYK00.440.400.00
HSL353.63º98.26%77.45%-
HSV(B)353.63º44.49%99.61%-
XYZ56.1542.4235.37-
YUV176.16114.94183.52-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.35%
GREEN value IS 141 (55.47% from 255) = 25.73%
BLUE value IS 153 (60.16% from 255) = 27.92%
R=46.35%
G=25.73%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.40
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414115300.440.400.00353.6398.2677.45
HexFE8D9902C280162624d
Octal376215231054500542142115
Binary1111111010001101100110010101100101000010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D99; }

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

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

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

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

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

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

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

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