#ff8996

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

Shades of Wewak #FF8996

Tints of Wewak #FF8996

Color information

#FF8996 (or 0xFF8996) is unknown color: approx Wewak. HEX triplet: FF, 89 and 96. RGB value is (255,137,150). Sum of RGB (Red+Green+Blue) = 255+137+150=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 137 (53.91% from 255 or 25.28% from 542); Blue value is 150 (58.98% from 255 or 27.68% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8996 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8996 is #007669. Grayscale: #ADADAD. Windows color (decimal): -30314 or 9865727. OLE color: 9865727.

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

Color convert

RGB255137150-
CMYK00.460.410
HSL353.39º100%76.86%-
HSV(B)353.39º46.27%100%-
XYZ55.6941.3533.9-
YUV173.76114.59185.94-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.05%
GREEN value IS 137 (53.91% from 255) = 25.28%
BLUE value IS 150 (58.98% from 255) = 27.68%
R=47.05%
G=25.28%
B=27.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513715000.460.410353.3910076.86
HexFF899602E290161644d
Octal377211226056510541144115
Binary1111111110001001100101100101110101001010110000111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8996; }

 p { color: rgb(255,137,150); }

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

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

 a { background-color: rgb(255,137,150); }

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

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

 span { border-color: rgb(255,137,150); }

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