#FAC7B9

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

Shades of Your Pink #FAC7B9

Tints of Your Pink #FAC7B9

Color information

#FAC7B9 (or 0xFAC7B9) is unknown color: approx Your Pink. HEX triplet: FA, C7 and B9. RGB value is (250,199,185). Sum of RGB (Red+Green+Blue) = 250+199+185=634 (83% of max value = 765). Red value is 250 (98.05% from 255 or 39.43% from 634); Green value is 199 (78.12% from 255 or 31.39% from 634); Blue value is 185 (72.66% from 255 or 29.18% from 634); Max value from RGB is 250 - color contains mainly: red. Hex color #FAC7B9 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #FAC7B9 is #053846. Grayscale: #D4D4D4. Windows color (decimal): -342087 or 12175354. OLE color: 12175354.

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

Color convert

RGB250199185-
CMYK00.200.260.02
HSL12.92º86.67%85.29%-
HSV(B)12.92º26%98.04%-
XYZ68.664.6754.77-
YUV212.65112.4154.64-

RGB Variations

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

RGB

RED value IS 250 (98.05% from 255) = 39.43%
GREEN value IS 199 (78.12% from 255) = 31.39%
BLUE value IS 185 (72.66% from 255) = 29.18%
R=39.43%
G=31.39%
B=29.18%

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
Decimal25019918500.200.260.0212.9286.6785.29
HexFAC7B90141A2d5755
Octal37230727102432215127125
Binary1111101011000111101110010101001101010110110101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FAC7B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FAC7B9; }

 p { color: rgb(250,199,185); }

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

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

 a { background-color: rgb(250,199,185); }

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

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

 span { border-color: rgb(250,199,185); }

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