#FF8A9D

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

Shades of Wewak #FF8A9D

Tints of Wewak #FF8A9D

Color information

#FF8A9D (or 0xFF8A9D) is unknown color: approx Wewak. HEX triplet: FF, 8A and 9D. RGB value is (255,138,157). Sum of RGB (Red+Green+Blue) = 255+138+157=550 (72% of max value = 765). Red value is 255 (100% from 255 or 46.36% from 550); Green value is 138 (54.30% from 255 or 25.09% from 550); Blue value is 157 (61.72% from 255 or 28.55% from 550); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8A9D is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF8A9D is #007562. Grayscale: #AFAFAF. Windows color (decimal): -30051 or 10324735. OLE color: 10324735.

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

Color convert

RGB255138157-
CMYK00.460.380
HSL350.26º100%77.06%-
HSV(B)350.26º45.88%100%-
XYZ56.4141.8737.01-
YUV175.15117.76184.96-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 46.36%
GREEN value IS 138 (54.30% from 255) = 25.09%
BLUE value IS 157 (61.72% from 255) = 28.55%
R=46.36%
G=25.09%
B=28.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513815700.460.380350.2610077.06
HexFF8A9D02E26015e644d
Octal377212235056460536144115
Binary1111111110001010100111010101110100110010101111011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8A9D; }

 p { color: rgb(255,138,157); }

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

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

 a { background-color: rgb(255,138,157); }

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

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

 span { border-color: rgb(255,138,157); }

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