#FF9AA6

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

Shades of Wewak #FF9AA6

Tints of Wewak #FF9AA6

Color information

#FF9AA6 (or 0xFF9AA6) is unknown color: approx Wewak. HEX triplet: FF, 9A and A6. RGB value is (255,154,166). Sum of RGB (Red+Green+Blue) = 255+154+166=575 (76% of max value = 765). Red value is 255 (100% from 255 or 44.35% from 575); Green value is 154 (60.55% from 255 or 26.78% from 575); Blue value is 166 (65.23% from 255 or 28.87% from 575); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9AA6 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9AA6 is #006559. Grayscale: #B9B9B9. Windows color (decimal): -25946 or 10918655. OLE color: 10918655.

HSL color Cylindrical-coordinate representation of color #FF9AA6: hue angle of 352.87º degrees, saturation: 1, lightness: 0.8%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #FF9AA6 is Cyan = 0, Magento = 0.40, Yellow = 0.35 and Black (K on CMYK) = 0.

Color convert

RGB255154166-
CMYK00.400.350
HSL352.87º100%80.2%-
HSV(B)352.87º39.61%100%-
XYZ59.6847.1242.03-
YUV185.57116.96177.52-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 44.35%
GREEN value IS 154 (60.55% from 255) = 26.78%
BLUE value IS 166 (65.23% from 255) = 28.87%
R=44.35%
G=26.78%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.35
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515416600.400.350352.8710080.2
HexFF9AA60282301616450
Octal377232246050430541144120
Binary1111111110011010101001100101000100011010110000111001001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9AA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9AA6; }

 p { color: rgb(255,154,166); }

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

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

 a { background-color: rgb(255,154,166); }

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

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

 span { border-color: rgb(255,154,166); }

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