#FAA8B9

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

Shades of Light Pink #FAA8B9

Tints of Light Pink #FAA8B9

Color information

#FAA8B9 (or 0xFAA8B9) is unknown color: approx Light Pink. HEX triplet: FA, A8 and B9. RGB value is (250,168,185). Sum of RGB (Red+Green+Blue) = 250+168+185=603 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.46% from 603); Green value is 168 (66.02% from 255 or 27.86% from 603); Blue value is 185 (72.66% from 255 or 30.68% from 603); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA8B9 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAA8B9 is #055746. Grayscale: #C2C2C2. Windows color (decimal): -350023 or 12167418. OLE color: 12167418.

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

Color convert

RGB250168185-
CMYK00.330.260.02
HSL347.56º89.13%81.96%-
HSV(B)347.56º32.8%98.04%-
XYZ62.1851.8352.63-
YUV194.46122.67167.62-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.46%
GREEN value IS 168 (66.02% from 255) = 27.86%
BLUE value IS 185 (72.66% from 255) = 30.68%
R=41.46%
G=27.86%
B=30.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016818500.330.260.02347.5689.1381.96
HexFAA8B90211A215c5952
Octal372250271041322534131122
Binary1111101010101000101110010100001110101010101110010110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA8B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA8B9; }

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

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

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

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

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

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

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

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