#FE8D98

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

Shades of Wewak #FE8D98

Tints of Wewak #FE8D98

Color information

#FE8D98 (or 0xFE8D98) is unknown color: approx Wewak. HEX triplet: FE, 8D and 98. RGB value is (254,141,152). Sum of RGB (Red+Green+Blue) = 254+141+152=547 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.44% from 547); Green value is 141 (55.47% from 255 or 25.78% from 547); Blue value is 152 (59.77% from 255 or 27.79% from 547); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D98 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D98 is #017267. Grayscale: #B0B0B0. Windows color (decimal): -94824 or 9997822. OLE color: 9997822.

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

Color convert

RGB254141152-
CMYK00.440.400.00
HSL354.16º98.26%77.45%-
HSV(B)354.16º44.49%99.61%-
XYZ56.0742.3934.93-
YUV176.04114.44183.61-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.44%
GREEN value IS 141 (55.47% from 255) = 25.78%
BLUE value IS 152 (59.77% from 255) = 27.79%
R=46.44%
G=25.78%
B=27.79%

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
Decimal25414115200.440.400.00354.1698.2677.45
HexFE8D9802C280162624d
Octal376215230054500542142115
Binary1111111010001101100110000101100101000010110001011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D98; }

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

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

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

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

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

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

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

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