#FE9D9E

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

Shades of Wewak #FE9D9E

Tints of Wewak #FE9D9E

Color information

#FE9D9E (or 0xFE9D9E) is unknown color: approx Wewak. HEX triplet: FE, 9D and 9E. RGB value is (254,157,158). Sum of RGB (Red+Green+Blue) = 254+157+158=569 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.64% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 158 (62.11% from 255 or 27.77% from 569); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9D9E is #016261. Grayscale: #BABABA. Windows color (decimal): -90722 or 10395134. OLE color: 10395134.

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

Color convert

RGB254157158-
CMYK00.380.380.00
HSL359.38º97.98%80.59%-
HSV(B)359.38º38.19%99.61%-
XYZ59.147.6538.43-
YUV186.12112.14176.42-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.64%
GREEN value IS 157 (61.72% from 255) = 27.59%
BLUE value IS 158 (62.11% from 255) = 27.77%
R=44.64%
G=27.59%
B=27.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415715800.380.380.00359.3897.9880.59
HexFE9D9E0262601676251
Octal376235236046460547142121
Binary1111111010011101100111100100110100110010110011111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9D9E; }

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

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

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

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

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

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

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

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