#FF9DA2

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

Shades of Wewak #FF9DA2

Tints of Wewak #FF9DA2

Color information

#FF9DA2 (or 0xFF9DA2) is unknown color: approx Wewak. HEX triplet: FF, 9D and A2. RGB value is (255,157,162). Sum of RGB (Red+Green+Blue) = 255+157+162=574 (76% of max value = 765). Red value is 255 (100% from 255 or 44.43% from 574); Green value is 157 (61.72% from 255 or 27.35% from 574); Blue value is 162 (63.67% from 255 or 28.22% from 574); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9DA2 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9DA2 is #00625D. Grayscale: #BABABA. Windows color (decimal): -25182 or 10657279. OLE color: 10657279.

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

Color convert

RGB255157162-
CMYK00.380.360
HSL356.94º100%80.78%-
HSV(B)356.94º38.43%100%-
XYZ59.8247.9840.29-
YUV186.87113.97176.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.43%
GREEN value IS 157 (61.72% from 255) = 27.35%
BLUE value IS 162 (63.67% from 255) = 28.22%
R=44.43%
G=27.35%
B=28.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.36
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515716200.380.360356.9410080.78
HexFF9DA20262401656451
Octal377235242046440545144121
Binary1111111110011101101000100100110100100010110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9DA2; }

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

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

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

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

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

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

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

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