#FAACB4

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

Shades of Light Pink #FAACB4

Tints of Light Pink #FAACB4

Color information

#FAACB4 (or 0xFAACB4) is unknown color: approx Light Pink. HEX triplet: FA, AC and B4. RGB value is (250,172,180). Sum of RGB (Red+Green+Blue) = 250+172+180=602 (79% of max value = 765). Red value is 250 (98.05% from 255 or 41.53% from 602); Green value is 172 (67.58% from 255 or 28.57% from 602); Blue value is 180 (70.70% from 255 or 29.90% from 602); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACB4 is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACB4 is #05534B. Grayscale: #C4C4C4. Windows color (decimal): -349004 or 11840762. OLE color: 11840762.

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

Color convert

RGB250172180-
CMYK00.310.280.02
HSL353.85º88.64%82.75%-
HSV(B)353.85º31.2%98.04%-
XYZ62.4253.1250.14-
YUV196.23118.84166.35-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.53%
GREEN value IS 172 (67.58% from 255) = 28.57%
BLUE value IS 180 (70.70% from 255) = 29.90%
R=41.53%
G=28.57%
B=29.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.28
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017218000.310.280.02353.8588.6482.75
HexFAACB401F1C21625953
Octal372254264037342542131123
Binary111110101010110010110100011111111001010110001010110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACB4; }

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

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

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

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

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

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

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

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