#FAABAC

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

Shades of Light Pink #FAABAC

Tints of Light Pink #FAABAC

Color information

#FAABAC (or 0xFAABAC) is unknown color: approx Light Pink. HEX triplet: FA, AB and AC. RGB value is (250,171,172). Sum of RGB (Red+Green+Blue) = 250+171+172=593 (78% of max value = 765). Red value is 250 (98.05% from 255 or 42.16% from 593); Green value is 171 (67.19% from 255 or 28.84% from 593); Blue value is 172 (67.58% from 255 or 29.01% from 593); Max value from RGB is 250 - color contains mainly: red. Hex color #FAABAC is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAABAC is #055453. Grayscale: #C2C2C2. Windows color (decimal): -349268 or 11316218. OLE color: 11316218.

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

Color convert

RGB250171172-
CMYK00.320.310.02
HSL359.24º88.76%82.55%-
HSV(B)359.24º31.6%98.04%-
XYZ61.4352.4345.91-
YUV194.74115.17167.42-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 42.16%
GREEN value IS 171 (67.19% from 255) = 28.84%
BLUE value IS 172 (67.58% from 255) = 29.01%
R=42.16%
G=28.84%
B=29.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.31
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017117200.320.310.02359.2488.7682.55
HexFAABAC0201F21675953
Octal372253254040372547131123
Binary1111101010101011101011000100000111111010110011110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAABAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAABAC; }

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

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

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

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

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

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

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

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