#FFAAAF

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

Shades of Light Pink #FFAAAF

Tints of Light Pink #FFAAAF

Color information

#FFAAAF (or 0xFFAAAF) is unknown color: approx Light Pink. HEX triplet: FF, AA and AF. RGB value is (255,170,175). Sum of RGB (Red+Green+Blue) = 255+170+175=600 (79% of max value = 765). Red value is 255 (100% from 255 or 42.5% from 600); Green value is 170 (66.80% from 255 or 28.33% from 600); Blue value is 175 (68.75% from 255 or 29.17% from 600); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAAF is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FFAAAF is #005550. Grayscale: #C4C4C4. Windows color (decimal): -21841 or 11512575. OLE color: 11512575.

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

Color convert

RGB255170175-
CMYK00.330.310
HSL356.47º100%83.33%-
HSV(B)356.47º33.33%100%-
XYZ63.3553.147.47-
YUV195.98116.16170.09-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 42.5%
GREEN value IS 170 (66.80% from 255) = 28.33%
BLUE value IS 175 (68.75% from 255) = 29.17%
R=42.5%
G=28.33%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.31
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517017500.330.310356.4710083.33
HexFFAAAF0211F01646453
Octal377252257041370544144123
Binary111111111010101010101111010000111111010110010011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAAAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAAAF; }

 p { color: rgb(255,170,175); }

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

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

 a { background-color: rgb(255,170,175); }

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

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

 span { border-color: rgb(255,170,175); }

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