Html Css Color HEX #FFAAB5 Light Pink

📋 copy color: '#FFAAB5'

red 255 ◦ green 170 ◦ blue 181

#FFAAB5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Pink #FFAAB5

Tints of Light Pink #FFAAB5

RGB

 RED value IS 255 (100% from 255) = 42.08%

 GREEN value IS 170 (66.8% from 255) = 28.05%

 BLUE value IS 181 (71.09% from 255) = 29.87%

R = 42.08%
G = 28.05%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.29

 K value IS 0

RGB Variations

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

Color information

#FFAAB5 (or 0xFFAAB5) is known color: Light Pink. HEX triplet: FF, AA and B5. RGB value is (255,170,181). Sum of RGB (Red+Green+Blue) = 255+170+181=606 (80% of max value = 765). Red value is 255 (100% from 255 or 42.08% from 606); Green value is 170 (66.80% from 255 or 28.05% from 606); Blue value is 181 (71.09% from 255 or 29.87% from 606); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAAB5 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAAB5 is #00554A. Grayscale: #C4C4C4. Windows color (decimal): -21835 or 11905791. OLE color: 11905791.

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

Color convert

RGB 255 170 181 -
CMYK 0 0.33 0.29 0
HSL 352.24º 1% 0.83% -
HSV(B) 352.24º 0.33% 1% -
XYZ 63.96 53.35 50.64 -
YUV 196.67 119.16 169.61 -
System Red Green Blue C M Y K H S L
Decimal 255 170 181 0 0.33 0.29 0 352.24 1 0.83
Hex FF AA B5 0 21 1D 0 160 64 53
Octal 377 252 265 0 41 35 0 540 144 123
Binary 11111111 10101010 10110101 0 100001 11101 0 101100000 1100100 1010011

Color Harmonies of #FFAAB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAAB5

Black with #FFAAB5

Text Example


Text Example

White with #FFAAB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAAB5; }

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

 H1.HeaderClassName
 {
   color: #FFAAB5;
 }
 .AnyTagClassName
 {
   color: #FFAAB5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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