#FE8D8F

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

Shades of Wewak #FE8D8F

Tints of Wewak #FE8D8F

Color information

#FE8D8F (or 0xFE8D8F) is unknown color: approx Wewak. HEX triplet: FE, 8D and 8F. RGB value is (254,141,143). Sum of RGB (Red+Green+Blue) = 254+141+143=538 (71% of max value = 765). Red value is 254 (99.61% from 255 or 47.21% from 538); Green value is 141 (55.47% from 255 or 26.21% from 538); Blue value is 143 (56.25% from 255 or 26.58% from 538); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8D8F is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8D8F is #017270. Grayscale: #AFAFAF. Windows color (decimal): -94833 or 9407998. OLE color: 9407998.

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

Color convert

RGB254141143-
CMYK00.440.440.00
HSL358.94º98.26%77.45%-
HSV(B)358.94º44.49%99.61%-
XYZ55.3642.131.2-
YUV175.02109.94184.34-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 47.21%
GREEN value IS 141 (55.47% from 255) = 26.21%
BLUE value IS 143 (56.25% from 255) = 26.58%
R=47.21%
G=26.21%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.44
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414114300.440.440.00358.9498.2677.45
HexFE8D8F02C2C0167624d
Octal376215217054540547142115
Binary1111111010001101100011110101100101100010110011111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8D8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8D8F; }

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

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

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

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

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

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

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

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