#FAA7B1

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

Shades of Light Pink #FAA7B1

Tints of Light Pink #FAA7B1

Color information

#FAA7B1 (or 0xFAA7B1) is unknown color: approx Light Pink. HEX triplet: FA, A7 and B1. RGB value is (250,167,177). Sum of RGB (Red+Green+Blue) = 250+167+177=594 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.09% from 594); Green value is 167 (65.62% from 255 or 28.11% from 594); Blue value is 177 (69.53% from 255 or 29.80% from 594); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA7B1 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA7B1 is #05584E. Grayscale: #C1C1C1. Windows color (decimal): -350287 or 11642874. OLE color: 11642874.

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

Color convert

RGB250167177-
CMYK00.330.290.02
HSL352.77º89.25%81.76%-
HSV(B)352.77º33.2%98.04%-
XYZ61.1851.1448.24-
YUV192.96119168.69-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.09%
GREEN value IS 167 (65.62% from 255) = 28.11%
BLUE value IS 177 (69.53% from 255) = 29.80%
R=42.09%
G=28.11%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.29
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25016717700.330.290.02352.7789.2581.76
HexFAA7B10211D21615952
Octal372247261041352541131122
Binary1111101010100111101100010100001111011010110000110110011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAA7B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAA7B1; }

 p { color: rgb(250,167,177); }

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

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

 a { background-color: rgb(250,167,177); }

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

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

 span { border-color: rgb(250,167,177); }

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