#FE9C9D

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

Shades of Wewak #FE9C9D

Tints of Wewak #FE9C9D

Color information

#FE9C9D (or 0xFE9C9D) is unknown color: approx Wewak. HEX triplet: FE, 9C and 9D. RGB value is (254,156,157). Sum of RGB (Red+Green+Blue) = 254+156+157=567 (75% of max value = 765). Red value is 254 (99.61% from 255 or 44.80% from 567); Green value is 156 (61.33% from 255 or 27.51% from 567); Blue value is 157 (61.72% from 255 or 27.69% from 567); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9C9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE9C9D is #016362. Grayscale: #B9B9B9. Windows color (decimal): -90979 or 10329342. OLE color: 10329342.

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

Color convert

RGB254156157-
CMYK00.390.380.00
HSL359.39º98%80.39%-
HSV(B)359.39º38.58%99.61%-
XYZ58.8547.2837.92-
YUV185.42111.97176.92-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 44.80%
GREEN value IS 156 (61.33% from 255) = 27.51%
BLUE value IS 157 (61.72% from 255) = 27.69%
R=44.80%
G=27.51%
B=27.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415615700.390.380.00359.399880.39
HexFE9C9D0272601676250
Octal376234235047460547142120
Binary1111111010011100100111010100111100110010110011111000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9C9D; }

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

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

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

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

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

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

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

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