#FFAABE

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

Shades of Light Pink #FFAABE

Tints of Light Pink #FFAABE

Color information

#FFAABE (or 0xFFAABE) is unknown color: approx Light Pink. HEX triplet: FF, AA and BE. RGB value is (255,170,190). Sum of RGB (Red+Green+Blue) = 255+170+190=615 (81% of max value = 765). Red value is 255 (100% from 255 or 41.46% from 615); Green value is 170 (66.80% from 255 or 27.64% from 615); Blue value is 190 (74.61% from 255 or 30.89% from 615); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABE is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABE is #005541. Grayscale: #C5C5C5. Windows color (decimal): -21826 or 12495615. OLE color: 12495615.

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

Color convert

RGB255170190-
CMYK00.330.250
HSL345.88º100%83.33%-
HSV(B)345.88º33.33%100%-
XYZ64.9153.7355.66-
YUV197.69123.66168.87-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 41.46%
GREEN value IS 170 (66.80% from 255) = 27.64%
BLUE value IS 190 (74.61% from 255) = 30.89%
R=41.46%
G=27.64%
B=30.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.25
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25517019000.330.250345.8810083.33
HexFFAABE02119015a6453
Octal377252276041310532144123
Binary111111111010101010111110010000111001010101101011001001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFAABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFAABE; }

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

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

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

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

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

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

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

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