#FAC4B6

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

Shades of Your Pink #FAC4B6

Tints of Your Pink #FAC4B6

Color information

#FAC4B6 (or 0xFAC4B6) is unknown color: approx Your Pink. HEX triplet: FA, C4 and B6. RGB value is (250,196,182). Sum of RGB (Red+Green+Blue) = 250+196+182=628 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.81% from 628); Green value is 196 (76.95% from 255 or 31.21% from 628); Blue value is 182 (71.48% from 255 or 28.98% from 628); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC4B6 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC4B6 is #053B49. Grayscale: #D2D2D2. Windows color (decimal): -342858 or 11977978. OLE color: 11977978.

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

Color convert

RGB250196182-
CMYK00.220.270.02
HSL12.35º87.18%84.71%-
HSV(B)12.35º27.2%98.04%-
XYZ67.6163.1852.89-
YUV210.55111.89156.14-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.81%
GREEN value IS 196 (76.95% from 255) = 31.21%
BLUE value IS 182 (71.48% from 255) = 28.98%
R=39.81%
G=31.21%
B=28.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.27
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal25019618200.220.270.0212.3587.1884.71
HexFAC4B60161B2c5755
Octal37230426602633214127125
Binary1111101011000100101101100101101101110110010101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC4B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC4B6; }

 p { color: rgb(250,196,182); }

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

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

 a { background-color: rgb(250,196,182); }

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

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

 span { border-color: rgb(250,196,182); }

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