#FAA8AB

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

Shades of Light Pink #FAA8AB

Tints of Light Pink #FAA8AB

Color information

#FAA8AB (or 0xFAA8AB) is unknown color: approx Light Pink. HEX triplet: FA, A8 and AB. RGB value is (250,168,171). Sum of RGB (Red+Green+Blue) = 250+168+171=589 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.44% from 589); Green value is 168 (66.02% from 255 or 28.52% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8AB is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA8AB is #055754. Grayscale: #C0C0C0. Windows color (decimal): -350037 or 11249914. OLE color: 11249914.

HSL color Cylindrical-coordinate representation of color #FAA8AB: hue angle of 357.8º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #FAA8AB is Cyan = 0, Magento = 0.33, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB250168171-
CMYK00.330.320.02
HSL357.8º89.13%81.96%-
HSV(B)357.8º32.8%98.04%-
XYZ60.7851.2745.22-
YUV192.86115.67168.76-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.44%
GREEN value IS 168 (66.02% from 255) = 28.52%
BLUE value IS 171 (67.19% from 255) = 29.03%
R=42.44%
G=28.52%
B=29.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016817100.330.320.02357.889.1381.96
HexFAA8AB0212021665952
Octal372250253041402546131122
Binary11111010101010001010101101000011000001010110011010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8AB; }

 p { color: rgb(250,168,171); }

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

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

 a { background-color: rgb(250,168,171); }

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

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

 span { border-color: rgb(250,168,171); }

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