Html Css Color HEX #FFAABA Light Pink

📋 copy color: '#FFAABA'

red 255 ◦ green 170 ◦ blue 186

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

Shades of Light Pink #FFAABA

Tints of Light Pink #FFAABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 30.44%

R = 41.73%
G = 27.82%
B = 30.44%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.27

 K value IS 0

RGB Variations

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

Color information

#FFAABA (or 0xFFAABA) is known color: Light Pink. HEX triplet: FF, AA and BA. RGB value is (255,170,186). Sum of RGB (Red+Green+Blue) = 255+170+186=611 (80% of max value = 765). Red value is 255 (100% from 255 or 41.73% from 611); Green value is 170 (66.80% from 255 or 27.82% from 611); Blue value is 186 (73.05% from 255 or 30.44% from 611); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABA is #005545. Grayscale: #C5C5C5. Windows color (decimal): -21830 or 12233471. OLE color: 12233471.

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

Color convert

RGB 255 170 186 -
CMYK 0 0.33 0.27 0
HSL 348.71º 1% 0.83% -
HSV(B) 348.71º 0.33% 1% -
XYZ 64.48 53.55 53.39 -
YUV 197.24 121.66 169.2 -
System Red Green Blue C M Y K H S L
Decimal 255 170 186 0 0.33 0.27 0 348.71 1 0.83
Hex FF AA BA 0 21 1B 0 15D 64 53
Octal 377 252 272 0 41 33 0 535 144 123
Binary 11111111 10101010 10111010 0 100001 11011 0 101011101 1100100 1010011

Color Harmonies of #FFAABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAABA

Black with #FFAABA

Text Example


Text Example

White with #FFAABA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAABA; }

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

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

background-color css

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

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

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

border-color css

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

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

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