Html Css Color HEX #FFAABD Light Pink

📋 copy color: '#FFAABD'

red 255 ◦ green 170 ◦ blue 189

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

Shades of Light Pink #FFAABD

Tints of Light Pink #FFAABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 30.78%

R = 41.53%
G = 27.69%
B = 30.78%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.26

 K value IS 0

RGB Variations

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

Color information

#FFAABD (or 0xFFAABD) is known color: Light Pink. HEX triplet: FF, AA and BD. RGB value is (255,170,189). Sum of RGB (Red+Green+Blue) = 255+170+189=614 (81% of max value = 765). Red value is 255 (100% from 255 or 41.53% from 614); Green value is 170 (66.80% from 255 or 27.69% from 614); Blue value is 189 (74.22% from 255 or 30.78% from 614); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAABD is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FFAABD is #005542. Grayscale: #C5C5C5. Windows color (decimal): -21827 or 12430079. OLE color: 12430079.

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

Color convert

RGB 255 170 189 -
CMYK 0 0.33 0.26 0
HSL 346.59º 1% 0.83% -
HSV(B) 346.59º 0.33% 1% -
XYZ 64.8 53.68 55.09 -
YUV 197.58 123.16 168.96 -
System Red Green Blue C M Y K H S L
Decimal 255 170 189 0 0.33 0.26 0 346.59 1 0.83
Hex FF AA BD 0 21 1A 0 15B 64 53
Octal 377 252 275 0 41 32 0 533 144 123
Binary 11111111 10101010 10111101 0 100001 11010 0 101011011 1100100 1010011

Color Harmonies of #FFAABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFAABD

Black with #FFAABD

Text Example


Text Example

White with #FFAABD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFAABD; }

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

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

background-color css

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

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

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

border-color css

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

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

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