#FE959E

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

Shades of Wewak #FE959E

Tints of Wewak #FE959E

Color information

#FE959E (or 0xFE959E) is unknown color: approx Wewak. HEX triplet: FE, 95 and 9E. RGB value is (254,149,158). Sum of RGB (Red+Green+Blue) = 254+149+158=561 (74% of max value = 765). Red value is 254 (99.61% from 255 or 45.28% from 561); Green value is 149 (58.59% from 255 or 26.56% from 561); Blue value is 158 (62.11% from 255 or 28.16% from 561); Max value from RGB is 254 - color contains mainly: red. Hex color #FE959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FE959E is #016A61. Grayscale: #B5B5B5. Windows color (decimal): -92770 or 10393086. OLE color: 10393086.

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

Color convert

RGB254149158-
CMYK00.410.380.00
HSL354.86º98.13%79.02%-
HSV(B)354.86º41.34%99.61%-
XYZ57.7945.0337.99-
YUV181.42114.79179.77-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 45.28%
GREEN value IS 149 (58.59% from 255) = 26.56%
BLUE value IS 158 (62.11% from 255) = 28.16%
R=45.28%
G=26.56%
B=28.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.38
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25414915800.410.380.00354.8698.1379.02
HexFE959E029260163624f
Octal376225236051460543142117
Binary1111111010010101100111100101001100110010110001111000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE959E; }

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

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

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

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

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

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

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

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