#FAABB4

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

Shades of Light Pink #FAABB4

Tints of Light Pink #FAABB4

Color information

#FAABB4 (or 0xFAABB4) is unknown color: approx Light Pink. HEX triplet: FA, AB and B4. RGB value is (250,171,180). Sum of RGB (Red+Green+Blue) = 250+171+180=601 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.60% from 601); Green value is 171 (67.19% from 255 or 28.45% from 601); Blue value is 180 (70.70% from 255 or 29.95% from 601); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAABB4 is #05544B. Grayscale: #C3C3C3. Windows color (decimal): -349260 or 11840506. OLE color: 11840506.

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

Color convert

RGB250171180-
CMYK00.320.280.02
HSL353.16º88.76%82.55%-
HSV(B)353.16º31.6%98.04%-
XYZ62.2352.7550.08-
YUV195.65119.17166.77-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.60%
GREEN value IS 171 (67.19% from 255) = 28.45%
BLUE value IS 180 (70.70% from 255) = 29.95%
R=41.60%
G=28.45%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017118000.320.280.02353.1688.7682.55
HexFAABB40201C21615953
Octal372253264040342541131123
Binary1111101010101011101101000100000111001010110000110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABB4; }

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

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

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

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

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

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

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

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