#FAC9BA

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

Shades of Your Pink #FAC9BA

Tints of Your Pink #FAC9BA

Color information

#FAC9BA (or 0xFAC9BA) is unknown color: approx Your Pink. HEX triplet: FA, C9 and BA. RGB value is (250,201,186). Sum of RGB (Red+Green+Blue) = 250+201+186=637 (84% of max value = 765). Red value is 250 (98.05% from 255 or 39.25% from 637); Green value is 201 (78.91% from 255 or 31.55% from 637); Blue value is 186 (73.05% from 255 or 29.20% from 637); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC9BA is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC9BA is #053645. Grayscale: #D6D6D6. Windows color (decimal): -341574 or 12241402. OLE color: 12241402.

HSL color Cylindrical-coordinate representation of color #FAC9BA: hue angle of 14.06º degrees, saturation: 0.86, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #FAC9BA is Cyan = 0, Magento = 0.20, Yellow = 0.26 and Black (K on CMYK) = 0.02.

Color convert

RGB250201186-
CMYK00.200.260.02
HSL14.06º86.49%85.49%-
HSV(B)14.06º25.6%98.04%-
XYZ69.1765.6455.48-
YUV213.94112.23153.72-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.25%
GREEN value IS 201 (78.91% from 255) = 31.55%
BLUE value IS 186 (73.05% from 255) = 29.20%
R=39.25%
G=31.55%
B=29.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.26
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25020118600.200.260.0214.0686.4985.49
HexFAC9BA0141A2e5655
Octal37231127202432216126125
Binary1111101011001001101110100101001101010111010101101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC9BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC9BA; }

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

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

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

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

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

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

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

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