#FAABB7

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

Shades of Light Pink #FAABB7

Tints of Light Pink #FAABB7

Color information

#FAABB7 (or 0xFAABB7) is unknown color: approx Light Pink. HEX triplet: FA, AB and B7. RGB value is (250,171,183). Sum of RGB (Red+Green+Blue) = 250+171+183=604 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.39% from 604); Green value is 171 (67.19% from 255 or 28.31% from 604); Blue value is 183 (71.88% from 255 or 30.30% from 604); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB7 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB7 is #055448. Grayscale: #C4C4C4. Windows color (decimal): -349257 or 12037114. OLE color: 12037114.

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

Color convert

RGB250171183-
CMYK00.320.270.02
HSL350.89º88.76%82.55%-
HSV(B)350.89º31.6%98.04%-
XYZ62.5352.8751.71-
YUV195.99120.67166.52-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.39%
GREEN value IS 171 (67.19% from 255) = 28.31%
BLUE value IS 183 (71.88% from 255) = 30.30%
R=41.39%
G=28.31%
B=30.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017118300.320.270.02350.8988.7682.55
HexFAABB70201B215f5953
Octal372253267040332537131123
Binary1111101010101011101101110100000110111010101111110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABB7; }

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

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

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

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

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

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

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

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