#FE8C9D

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

Shades of Wewak #FE8C9D

Tints of Wewak #FE8C9D

Color information

#FE8C9D (or 0xFE8C9D) is unknown color: approx Wewak. HEX triplet: FE, 8C and 9D. RGB value is (254,140,157). Sum of RGB (Red+Green+Blue) = 254+140+157=551 (72% of max value = 765). Red value is 254 (99.61% from 255 or 46.10% from 551); Green value is 140 (55.08% from 255 or 25.41% from 551); Blue value is 157 (61.72% from 255 or 28.49% from 551); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE8C9D is #017362. Grayscale: #B0B0B0. Windows color (decimal): -95075 or 10325246. OLE color: 10325246.

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

Color convert

RGB254140157-
CMYK00.450.380.00
HSL351.05º98.28%77.25%-
HSV(B)351.05º44.88%99.61%-
XYZ56.3442.2637.09-
YUV176.02117.27183.62-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 46.10%
GREEN value IS 140 (55.08% from 255) = 25.41%
BLUE value IS 157 (61.72% from 255) = 28.49%
R=46.10%
G=25.41%
B=28.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414015700.450.380.00351.0598.2877.25
HexFE8C9D02D26015f624d
Octal376214235055460537142115
Binary1111111010001100100111010101101100110010101111111000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C9D; }

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

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

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

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

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

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

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

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