#FAACB0

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

Shades of Light Pink #FAACB0

Tints of Light Pink #FAACB0

Color information

#FAACB0 (or 0xFAACB0) is unknown color: approx Light Pink. HEX triplet: FA, AC and B0. RGB value is (250,172,176). Sum of RGB (Red+Green+Blue) = 250+172+176=598 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.81% from 598); Green value is 172 (67.58% from 255 or 28.76% from 598); Blue value is 176 (69.14% from 255 or 29.43% from 598); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB0 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAACB0 is #05534F. Grayscale: #C3C3C3. Windows color (decimal): -349008 or 11578618. OLE color: 11578618.

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

Color convert

RGB250172176-
CMYK00.310.300.02
HSL356.92º88.64%82.75%-
HSV(B)356.92º31.2%98.04%-
XYZ62.0152.9648.03-
YUV195.78116.84166.67-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.81%
GREEN value IS 172 (67.58% from 255) = 28.76%
BLUE value IS 176 (69.14% from 255) = 29.43%
R=41.81%
G=28.76%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017217600.310.300.02356.9288.6482.75
HexFAACB001F1E21655953
Octal372254260037362545131123
Binary111110101010110010110000011111111101010110010110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACB0; }

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

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

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

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

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

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

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

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