#FF9D9E

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

Shades of Wewak #FF9D9E

Tints of Wewak #FF9D9E

Color information

#FF9D9E (or 0xFF9D9E) is unknown color: approx Wewak. HEX triplet: FF, 9D and 9E. RGB value is (255,157,158). Sum of RGB (Red+Green+Blue) = 255+157+158=570 (75% of max value = 765). Red value is 255 (100% from 255 or 44.74% from 570); Green value is 157 (61.72% from 255 or 27.54% from 570); Blue value is 158 (62.11% from 255 or 27.72% from 570); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9D9E is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9D9E is #006261. Grayscale: #BABABA. Windows color (decimal): -25186 or 10395135. OLE color: 10395135.

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

Color convert

RGB255157158-
CMYK00.380.380
HSL359.39º100%80.78%-
HSV(B)359.39º38.43%100%-
XYZ59.4747.8438.45-
YUV186.42111.97176.92-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.74%
GREEN value IS 157 (61.72% from 255) = 27.54%
BLUE value IS 158 (62.11% from 255) = 27.72%
R=44.74%
G=27.54%
B=27.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.38
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515715800.380.380359.3910080.78
HexFF9D9E0262601676451
Octal377235236046460547144121
Binary1111111110011101100111100100110100110010110011111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9D9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9D9E; }

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

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

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

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

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

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

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

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