#FF8D96

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

Shades of Wewak #FF8D96

Tints of Wewak #FF8D96

Color information

#FF8D96 (or 0xFF8D96) is unknown color: approx Wewak. HEX triplet: FF, 8D and 96. RGB value is (255,141,150). Sum of RGB (Red+Green+Blue) = 255+141+150=546 (72% of max value = 765). Red value is 255 (100% from 255 or 46.70% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 150 (58.98% from 255 or 27.47% from 546); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8D96 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8D96 is #007269. Grayscale: #B0B0B0. Windows color (decimal): -29290 or 9866751. OLE color: 9866751.

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

Color convert

RGB255141150-
CMYK00.450.410
HSL355.26º100%77.65%-
HSV(B)355.26º44.71%100%-
XYZ56.2742.5134.09-
YUV176.11113.27184.27-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.70%
GREEN value IS 141 (55.47% from 255) = 25.82%
BLUE value IS 150 (58.98% from 255) = 27.47%
R=46.70%
G=25.82%
B=27.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.41
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514115000.450.410355.2610077.65
HexFF8D9602D290163644e
Octal377215226055510543144116
Binary1111111110001101100101100101101101001010110001111001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8D96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8D96; }

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

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

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

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

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

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

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

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