#FAACBA

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

Shades of Light Pink #FAACBA

Tints of Light Pink #FAACBA

Color information

#FAACBA (or 0xFAACBA) is unknown color: approx Light Pink. HEX triplet: FA, AC and BA. RGB value is (250,172,186). Sum of RGB (Red+Green+Blue) = 250+172+186=608 (80% of max value = 765). Red value is 250 (98.05% from 255 or 41.12% from 608); Green value is 172 (67.58% from 255 or 28.29% from 608); Blue value is 186 (73.05% from 255 or 30.59% from 608); Max value from RGB is 250 - color contains mainly: red. Hex color #FAACBA is not a web safe color. Web safe color analog (approx): #FF99CC. Inversed color of #FAACBA is #055345. Grayscale: #C4C4C4. Windows color (decimal): -348998 or 12233978. OLE color: 12233978.

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

Color convert

RGB250172186-
CMYK00.310.260.02
HSL349.23º88.64%82.75%-
HSV(B)349.23º31.2%98.04%-
XYZ63.0453.3753.43-
YUV196.92121.84165.86-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 41.12%
GREEN value IS 172 (67.58% from 255) = 28.29%
BLUE value IS 186 (73.05% from 255) = 30.59%
R=41.12%
G=28.29%
B=30.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25017218600.310.260.02349.2388.6482.75
HexFAACBA01F1A215d5953
Octal372254272037322535131123
Binary111110101010110010111010011111110101010101110110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAACBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAACBA; }

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

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

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

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

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

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

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

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