#FF8DA0

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

Shades of Wewak #FF8DA0

Tints of Wewak #FF8DA0

Color information

#FF8DA0 (or 0xFF8DA0) is unknown color: approx Wewak. HEX triplet: FF, 8D and A0. RGB value is (255,141,160). Sum of RGB (Red+Green+Blue) = 255+141+160=556 (73% of max value = 765). Red value is 255 (100% from 255 or 45.86% from 556); Green value is 141 (55.47% from 255 or 25.36% from 556); Blue value is 160 (62.89% from 255 or 28.78% from 556); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8DA0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8DA0 is #00725F. Grayscale: #B1B1B1. Windows color (decimal): -29280 or 10522111. OLE color: 10522111.

HSL color Cylindrical-coordinate representation of color #FF8DA0: hue angle of 350º 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 #FF8DA0 is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.

Color convert

RGB255141160-
CMYK00.450.370
HSL350º100%77.65%-
HSV(B)350º44.71%100%-
XYZ57.1142.8538.52-
YUV177.25118.27183.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 45.86%
GREEN value IS 141 (55.47% from 255) = 25.36%
BLUE value IS 160 (62.89% from 255) = 28.78%
R=45.86%
G=25.36%
B=28.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.37
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25514116000.450.37035010077.65
HexFF8DA002D25015e644e
Octal377215240055450536144116
Binary1111111110001101101000000101101100101010101111011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8DA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8DA0; }

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

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

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

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

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

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

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

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