#FE8D9D

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

Shades of Wewak #FE8D9D

Tints of Wewak #FE8D9D

Color information

#FE8D9D (or 0xFE8D9D) is unknown color: approx Wewak. HEX triplet: FE, 8D and 9D. RGB value is (254,141,157). Sum of RGB (Red+Green+Blue) = 254+141+157=552 (73% of max value = 765). Red value is 254 (99.61% from 255 or 46.01% from 552); Green value is 141 (55.47% from 255 or 25.54% from 552); Blue value is 157 (61.72% from 255 or 28.44% from 552); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D9D is #017262. Grayscale: #B0B0B0. Windows color (decimal): -94819 or 10325502. OLE color: 10325502.

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

Color convert

RGB254141157-
CMYK00.440.380.00
HSL351.5º98.26%77.45%-
HSV(B)351.5º44.49%99.61%-
XYZ56.4842.5537.14-
YUV176.61116.94183.2-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.01%
GREEN value IS 141 (55.47% from 255) = 25.54%
BLUE value IS 157 (61.72% from 255) = 28.44%
R=46.01%
G=25.54%
B=28.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414115700.440.380.00351.598.2677.45
HexFE8D9D02C260160624d
Octal376215235054460540142115
Binary1111111010001101100111010101100100110010110000011000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D9D; }

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

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

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

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

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

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

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

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