#FF959E

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

Shades of Wewak #FF959E

Tints of Wewak #FF959E

Color information

#FF959E (or 0xFF959E) is unknown color: approx Wewak. HEX triplet: FF, 95 and 9E. RGB value is (255,149,158). Sum of RGB (Red+Green+Blue) = 255+149+158=562 (74% of max value = 765). Red value is 255 (100% from 255 or 45.37% from 562); Green value is 149 (58.59% from 255 or 26.51% from 562); Blue value is 158 (62.11% from 255 or 28.11% from 562); Max value from RGB is 255 - color contains mainly: red. Hex color #FF959E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF959E is #006A61. Grayscale: #B5B5B5. Windows color (decimal): -27234 or 10393087. OLE color: 10393087.

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

Color convert

RGB255149158-
CMYK00.420.380
HSL354.91º100%79.22%-
HSV(B)354.91º41.57%100%-
XYZ58.1645.2238.01-
YUV181.72114.62180.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.37%
GREEN value IS 149 (58.59% from 255) = 26.51%
BLUE value IS 158 (62.11% from 255) = 28.11%
R=45.37%
G=26.51%
B=28.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514915800.420.380354.9110079.22
HexFF959E02A260163644f
Octal377225236052460543144117
Binary1111111110010101100111100101010100110010110001111001001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF959E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF959E; }

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

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

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

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

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

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

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

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